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
4030 |
# File 'sig/client.rbs', line 4030
def account_customization: () -> Types::AccountCustomization
|
#arn ⇒ ::String
4027 |
# File 'sig/client.rbs', line 4027
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
4028 |
# File 'sig/client.rbs', line 4028
def aws_account_id: () -> ::String
|
#namespace ⇒ ::String
4029 |
# File 'sig/client.rbs', line 4029
def namespace: () -> ::String
|
#request_id ⇒ ::String
4031 |
# File 'sig/client.rbs', line 4031
def request_id: () -> ::String
|
#status ⇒ ::Integer
4032 |
# File 'sig/client.rbs', line 4032
def status: () -> ::Integer
|