Class: Aws::Types::DescribeOrganizationResourceCollectionHealthResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrganizationResourceCollectionHealthResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::Array[Types::AccountHealth]
Returns the value of attribute account.
-
#cloud_formation ⇒ ::Array[Types::CloudFormationHealth]
Returns the value of attribute cloud_formation.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service ⇒ ::Array[Types::ServiceHealth]
Returns the value of attribute service.
-
#tags ⇒ ::Array[Types::TagHealth]
Returns the value of attribute tags.
Instance Attribute Details
#account ⇒ ::Array[Types::AccountHealth]
Returns the value of attribute account.
262 263 264 |
# File 'sig/types.rbs', line 262 def account @account end |
#cloud_formation ⇒ ::Array[Types::CloudFormationHealth]
Returns the value of attribute cloud_formation.
260 261 262 |
# File 'sig/types.rbs', line 260 def cloud_formation @cloud_formation end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
263 264 265 |
# File 'sig/types.rbs', line 263 def next_token @next_token end |
#service ⇒ ::Array[Types::ServiceHealth]
Returns the value of attribute service.
261 262 263 |
# File 'sig/types.rbs', line 261 def service @service end |
#tags ⇒ ::Array[Types::TagHealth]
Returns the value of attribute tags.
264 265 266 |
# File 'sig/types.rbs', line 264 def @tags end |