Class: Aws::Lightsail::Types::AllocateStaticIpRequest

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 address.

Returns:

  • (String)


614
615
616
617
618
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 614

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