Class: Aws::OpsWorks::Types::DescribeRaidArraysRequest

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

#instance_idString

The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.

Returns:

  • (String)


2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2724

class DescribeRaidArraysRequest < Struct.new(
  :instance_id,
  :stack_id,
  :raid_array_ids)
  SENSITIVE = []
  include Aws::Structure
end

#raid_array_idsArray<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.

Returns:

  • (Array<String>)


2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2724

class DescribeRaidArraysRequest < Struct.new(
  :instance_id,
  :stack_id,
  :raid_array_ids)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The stack ID.

Returns:

  • (String)


2724
2725
2726
2727
2728
2729
2730
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2724

class DescribeRaidArraysRequest < Struct.new(
  :instance_id,
  :stack_id,
  :raid_array_ids)
  SENSITIVE = []
  include Aws::Structure
end