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
1529 |
# File 'sig/client.rbs', line 1529
def account_customization: () -> Types::AccountCustomization
|
#arn ⇒ ::String
1526 |
# File 'sig/client.rbs', line 1526
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
1527 |
# File 'sig/client.rbs', line 1527
def aws_account_id: () -> ::String
|
#namespace ⇒ ::String
1528 |
# File 'sig/client.rbs', line 1528
def namespace: () -> ::String
|
#request_id ⇒ ::String
1530 |
# File 'sig/client.rbs', line 1530
def request_id: () -> ::String
|
#status ⇒ ::Integer
1531 |
# File 'sig/client.rbs', line 1531
def status: () -> ::Integer
|