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
1652 |
# File 'sig/client.rbs', line 1652
def account_customization: () -> Types::AccountCustomization
|
#arn ⇒ ::String
1649 |
# File 'sig/client.rbs', line 1649
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
1650 |
# File 'sig/client.rbs', line 1650
def aws_account_id: () -> ::String
|
#namespace ⇒ ::String
1651 |
# File 'sig/client.rbs', line 1651
def namespace: () -> ::String
|
#request_id ⇒ ::String
1653 |
# File 'sig/client.rbs', line 1653
def request_id: () -> ::String
|
#status ⇒ ::Integer
1654 |
# File 'sig/client.rbs', line 1654
def status: () -> ::Integer
|