QuickSight / Client / update_space
update_space¶
- QuickSight.Client.update_space(**kwargs)¶
Updates the metadata of an Amazon QuickSight space.
See also: AWS API Documentation
Request Syntax
response = client.update_space( AwsAccountId='string', SpaceId='string', Name='string', Description='string' )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The ID of the Amazon Web Services account that contains the space.
SpaceId (string) –
[REQUIRED]
The ID of the space that you want to update.
Name (string) – A new display name for the space.
Description (string) – A new description for the space.
- Return type:
dict
- Returns:
Response Syntax
{ 'spaceId': 'string', 'spaceArn': 'string', 'RequestId': 'string' }
Response Structure
(dict) –
spaceId (string) –
The ID of the space.
spaceArn (string) –
The ARN of the space.
RequestId (string) –
The Amazon Web Services request ID for this operation.
Exceptions