Class: Aws::Lightsail::Types::DetachStaticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DetachStaticIpRequest
- 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 detach from the instance.
Instance Attribute Details
#static_ip_name ⇒ String
The name of the static IP to detach from the instance.
5514 5515 5516 5517 5518 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5514 class DetachStaticIpRequest < Struct.new( :static_ip_name) SENSITIVE = [] include Aws::Structure end |