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