Class: Aws::OpsWorks::Types::DescribeRaidArraysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeRaidArraysRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The instance ID.
-
#raid_array_ids ⇒ Array<String>
An array of RAID array IDs.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#instance_id ⇒ String
The instance ID. If you use this parameter, ‘DescribeRaidArrays` returns descriptions of the RAID arrays associated with the specified instance.
2731 2732 2733 2734 2735 2736 2737 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2731 class DescribeRaidArraysRequest < Struct.new( :instance_id, :stack_id, :raid_array_ids) SENSITIVE = [] include Aws::Structure end |
#raid_array_ids ⇒ Array<String>
An array of RAID array IDs. If you use this parameter, ‘DescribeRaidArrays` returns descriptions of the specified arrays. Otherwise, it returns a description of every array.
2731 2732 2733 2734 2735 2736 2737 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2731 class DescribeRaidArraysRequest < Struct.new( :instance_id, :stack_id, :raid_array_ids) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack ID.
2731 2732 2733 2734 2735 2736 2737 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2731 class DescribeRaidArraysRequest < Struct.new( :instance_id, :stack_id, :raid_array_ids) SENSITIVE = [] include Aws::Structure end |