Class: Aws::Lightsail::Types::GetStaticIpRequest

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_ip_nameString

The name of the static IP in Lightsail.

Returns:

  • (String)


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