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
1487 |
# File 'sig/client.rbs', line 1487
def account_customization: () -> Types::AccountCustomization
|
#arn ⇒ ::String
1484 |
# File 'sig/client.rbs', line 1484
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
1485 |
# File 'sig/client.rbs', line 1485
def aws_account_id: () -> ::String
|
#namespace ⇒ ::String
1486 |
# File 'sig/client.rbs', line 1486
def namespace: () -> ::String
|
#request_id ⇒ ::String
1488 |
# File 'sig/client.rbs', line 1488
def request_id: () -> ::String
|
#status ⇒ ::Integer
1489 |
# File 'sig/client.rbs', line 1489
def status: () -> ::Integer
|