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.
13035 13036 13037 |
# File 'sig/types.rbs', line 13035 def failed_resource_operations @failed_resource_operations end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
13036 13037 13038 |
# File 'sig/types.rbs', line 13036 def request_id @request_id end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
13034 13035 13036 |
# File 'sig/types.rbs', line 13034 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
13033 13034 13035 |
# File 'sig/types.rbs', line 13033 def space_id @space_id end |