Class: Aws::OpsWorks::Types::UpdateElasticIpRequest

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 IP address for which you want to update the name.

Returns:

  • (String)


5366
5367
5368
5369
5370
5371
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5366

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

#nameString

The new name.

Returns:

  • (String)


5366
5367
5368
5369
5370
5371
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5366

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