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
4181 |
# File 'sig/client.rbs', line 4181
def account_customization: () -> Types::AccountCustomization
|
#arn ⇒ ::String
4178 |
# File 'sig/client.rbs', line 4178
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
4179 |
# File 'sig/client.rbs', line 4179
def aws_account_id: () -> ::String
|
#namespace ⇒ ::String
4180 |
# File 'sig/client.rbs', line 4180
def namespace: () -> ::String
|
#request_id ⇒ ::String
4182 |
# File 'sig/client.rbs', line 4182
def request_id: () -> ::String
|
#status ⇒ ::Integer
4183 |
# File 'sig/client.rbs', line 4183
def status: () -> ::Integer
|