Class: Aws::Types::ListSpaceResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSpaceResourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
-
#space_resources ⇒ ::Array[Types::SpaceResourceSummary]
Returns the value of attribute space_resources.
Instance Attribute Details
#request_id ⇒ ::String
Returns the value of attribute request_id.
7752 7753 7754 |
# File 'sig/types.rbs', line 7752 def request_id @request_id end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
7750 7751 7752 |
# File 'sig/types.rbs', line 7750 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
7749 7750 7751 |
# File 'sig/types.rbs', line 7749 def space_id @space_id end |
#space_resources ⇒ ::Array[Types::SpaceResourceSummary]
Returns the value of attribute space_resources.
7751 7752 7753 |
# File 'sig/types.rbs', line 7751 def space_resources @space_resources end |