Class: Aws::Lightsail::Types::AttachStaticIpRequest

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

#instance_nameString

The instance name to which you want to attach the static IP address.

Returns:

  • (String)


813
814
815
816
817
818
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 813

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

#static_ip_nameString

The name of the static IP.

Returns:

  • (String)


813
814
815
816
817
818
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 813

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