Class: Aws::OpsWorks::Types::RegisterElasticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterElasticIpRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elastic_ip ⇒ String
The Elastic IP address.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#elastic_ip ⇒ String
The Elastic IP address.
4401 4402 4403 4404 4405 4406 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4401 class RegisterElasticIpRequest < Struct.new( :elastic_ip, :stack_id) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack ID.
4401 4402 4403 4404 4405 4406 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4401 class RegisterElasticIpRequest < Struct.new( :elastic_ip, :stack_id) SENSITIVE = [] include Aws::Structure end |