Class: Aws::Types::UpdateSpaceResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSpaceResourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed_resource_operations ⇒ ::Array[Types::FailedSpaceResourceOperation]
Returns the value of attribute failed_resource_operations.
-
#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.
Instance Attribute Details
#failed_resource_operations ⇒ ::Array[Types::FailedSpaceResourceOperation]
Returns the value of attribute failed_resource_operations.
12579 12580 12581 |
# File 'sig/types.rbs', line 12579 def failed_resource_operations @failed_resource_operations end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12580 12581 12582 |
# File 'sig/types.rbs', line 12580 def request_id @request_id end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
12578 12579 12580 |
# File 'sig/types.rbs', line 12578 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
12577 12578 12579 |
# File 'sig/types.rbs', line 12577 def space_id @space_id end |