Class: Aws::OpsWorks::Types::RegisterElasticIpRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_ipString

The Elastic IP address.

Returns:

  • (String)


4386
4387
4388
4389
4390
4391
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4386

class RegisterElasticIpRequest < Struct.new(
  :elastic_ip,
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The stack ID.

Returns:

  • (String)


4386
4387
4388
4389
4390
4391
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4386

class RegisterElasticIpRequest < Struct.new(
  :elastic_ip,
  :stack_id)
  SENSITIVE = []
  include Aws::Structure
end