Class: Aws::Lightsail::Types::ReleaseStaticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ReleaseStaticIpRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#static_ip_name ⇒ String
The name of the static IP to delete.
Instance Attribute Details
#static_ip_name ⇒ String
The name of the static IP to delete.
13373 13374 13375 13376 13377 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13373 class ReleaseStaticIpRequest < Struct.new( :static_ip_name) SENSITIVE = [] include Aws::Structure end |