Module: Aws::QuickSight::Client::_CreateAccountCustomizationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAccountCustomizationResponse]
- 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
166 |
# File 'sig/client.rbs', line 166
def account_customization: () -> Types::AccountCustomization
|
#arn ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def aws_account_id: () -> ::String
|
#namespace ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def namespace: () -> ::String
|
#request_id ⇒ ::String
167 |
# File 'sig/client.rbs', line 167
def request_id: () -> ::String
|
#status ⇒ ::Integer
168 |
# File 'sig/client.rbs', line 168
def status: () -> ::Integer
|