Module: Aws::QuickSight::Client::_DescribeAccountCustomizationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAccountCustomizationResponse]
- 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
1446 |
# File 'sig/client.rbs', line 1446
def account_customization: () -> Types::AccountCustomization
|
#arn ⇒ ::String
1443 |
# File 'sig/client.rbs', line 1443
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
1444 |
# File 'sig/client.rbs', line 1444
def aws_account_id: () -> ::String
|
#namespace ⇒ ::String
1445 |
# File 'sig/client.rbs', line 1445
def namespace: () -> ::String
|
#request_id ⇒ ::String
1447 |
# File 'sig/client.rbs', line 1447
def request_id: () -> ::String
|
#status ⇒ ::Integer
1448 |
# File 'sig/client.rbs', line 1448
def status: () -> ::Integer
|