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