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.
13340 13341 13342 13343 13344 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13340 class ReleaseStaticIpRequest < Struct.new( :static_ip_name) SENSITIVE = [] include Aws::Structure end |