Class: Aws::Lightsail::Types::GetStaticIpResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetStaticIpResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#static_ip ⇒ Types::StaticIp
An array of key-value pairs containing information about the requested static IP.
Instance Attribute Details
#static_ip ⇒ Types::StaticIp
An array of key-value pairs containing information about the requested static IP.
9609 9610 9611 9612 9613 |
# File 'lib/aws-sdk-lightsail/types.rb', line 9609 class GetStaticIpResult < Struct.new( :static_ip) SENSITIVE = [] include Aws::Structure end |