Class: Aws::Lightsail::Types::DetachStaticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DetachStaticIpRequest
- Defined in:
- gems/aws-sdk-lightsail/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.
5495 5496 5497 5498 5499 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5495 class DetachStaticIpRequest < Struct.new( :static_ip_name) SENSITIVE = [] include Aws::Structure end |