Class: Aws::OpsWorks::Types::RegisterVolumeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterVolumeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_volume_id ⇒ String
The Amazon EBS volume ID.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#ec2_volume_id ⇒ String
The Amazon EBS volume ID.
4521 4522 4523 4524 4525 4526 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4521 class RegisterVolumeRequest < Struct.new( :ec2_volume_id, :stack_id) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack ID.
4521 4522 4523 4524 4525 4526 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4521 class RegisterVolumeRequest < Struct.new( :ec2_volume_id, :stack_id) SENSITIVE = [] include Aws::Structure end |