Class: Aws::Lightsail::Types::GetStaticIpResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#static_ipTypes::StaticIp

An array of key-value pairs containing information about the requested static IP.

Returns:



9610
9611
9612
9613
9614
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 9610

class GetStaticIpResult < Struct.new(
  :static_ip)
  SENSITIVE = []
  include Aws::Structure
end