Class: Aws::OpsWorks::Types::RegisterElasticIpResult

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

Overview

Contains the response to a ‘RegisterElasticIp` request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_ipString

The Elastic IP address.

Returns:

  • (String)


4416
4417
4418
4419
4420
# File 'lib/aws-sdk-opsworks/types.rb', line 4416

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