Class: Aws::OpsWorks::Types::UpdateElasticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::UpdateElasticIpRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elastic_ip ⇒ String
The IP address for which you want to update the name.
-
#name ⇒ String
The new name, which can be a maximum of 32 characters.
Instance Attribute Details
#elastic_ip ⇒ String
The IP address for which you want to update the name.
5387 5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5387 class UpdateElasticIpRequest < Struct.new( :elastic_ip, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name, which can be a maximum of 32 characters.
5387 5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5387 class UpdateElasticIpRequest < Struct.new( :elastic_ip, :name) SENSITIVE = [] include Aws::Structure end |