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.
8091 8092 8093 |
# File 'sig/types.rbs', line 8091 def request_id @request_id end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
8089 8090 8091 |
# File 'sig/types.rbs', line 8089 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
8088 8089 8090 |
# File 'sig/types.rbs', line 8088 def space_id @space_id end |
#space_resources ⇒ ::Array[Types::SpaceResourceSummary]
Returns the value of attribute space_resources.
8090 8091 8092 |
# File 'sig/types.rbs', line 8090 def space_resources @space_resources end |