Class: Aws::Types::DescribeOrganizationResourceCollectionHealthRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationResourceCollectionHealthRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#organization_resource_collection_type ⇒ "AWS_CLOUD_FORMATION", ...
Returns the value of attribute organization_resource_collection_type.
-
#organizational_unit_ids ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_ids.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
252 253 254 |
# File 'sig/types.rbs', line 252 def account_ids @account_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
255 256 257 |
# File 'sig/types.rbs', line 255 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
254 255 256 |
# File 'sig/types.rbs', line 254 def next_token @next_token end |
#organization_resource_collection_type ⇒ "AWS_CLOUD_FORMATION", ...
Returns the value of attribute organization_resource_collection_type.
251 252 253 |
# File 'sig/types.rbs', line 251 def organization_resource_collection_type @organization_resource_collection_type end |
#organizational_unit_ids ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_ids.
253 254 255 |
# File 'sig/types.rbs', line 253 def organizational_unit_ids @organizational_unit_ids end |