Class: Aws::OpsWorks::Types::DeregisterElasticIpRequest

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)


2194
2195
2196
2197
2198
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2194

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