Module: Aws::QuickSight::Client::_UpdateAccountCustomizationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAccountCustomizationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_customization ⇒ Types::AccountCustomization
- #arn ⇒ ::String
- #aws_account_id ⇒ ::String
- #namespace ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#account_customization ⇒ Types::AccountCustomization
4471 |
# File 'sig/client.rbs', line 4471
def account_customization: () -> Types::AccountCustomization
|
#arn ⇒ ::String
4468 |
# File 'sig/client.rbs', line 4468
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
4469 |
# File 'sig/client.rbs', line 4469
def aws_account_id: () -> ::String
|
#namespace ⇒ ::String
4470 |
# File 'sig/client.rbs', line 4470
def namespace: () -> ::String
|
#request_id ⇒ ::String
4472 |
# File 'sig/client.rbs', line 4472
def request_id: () -> ::String
|
#status ⇒ ::Integer
4473 |
# File 'sig/client.rbs', line 4473
def status: () -> ::Integer
|