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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/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)


4401
4402
4403
4404
4405
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4401

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