Module: Aws::QuickSight::Client::_UpdateSpaceResourcesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSpaceResourcesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #failed_resource_operations ⇒ ::Array[Types::FailedSpaceResourceOperation]
- #request_id ⇒ ::String
- #space_arn ⇒ ::String
- #space_id ⇒ ::String
Instance Method Details
#failed_resource_operations ⇒ ::Array[Types::FailedSpaceResourceOperation]
5091 |
# File 'sig/client.rbs', line 5091
def failed_resource_operations: () -> ::Array[Types::FailedSpaceResourceOperation]
|
#request_id ⇒ ::String
5092 |
# File 'sig/client.rbs', line 5092
def request_id: () -> ::String
|
#space_arn ⇒ ::String
5090 |
# File 'sig/client.rbs', line 5090
def space_arn: () -> ::String
|
#space_id ⇒ ::String
5089 |
# File 'sig/client.rbs', line 5089
def space_id: () -> ::String
|