Class: Aws::Lightsail::Types::GetStaticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetStaticIpRequest
- 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 in Lightsail.
Instance Attribute Details
#static_ip_name ⇒ String
The name of the static IP in Lightsail.
9597 9598 9599 9600 9601 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9597 class GetStaticIpRequest < Struct.new( :static_ip_name) SENSITIVE = [] include Aws::Structure end |