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]
4978 |
# File 'sig/client.rbs', line 4978
def failed_resource_operations: () -> ::Array[Types::FailedSpaceResourceOperation]
|
#request_id ⇒ ::String
4979 |
# File 'sig/client.rbs', line 4979
def request_id: () -> ::String
|
#space_arn ⇒ ::String
4977 |
# File 'sig/client.rbs', line 4977
def space_arn: () -> ::String
|
#space_id ⇒ ::String
4976 |
# File 'sig/client.rbs', line 4976
def space_id: () -> ::String
|