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
184 |
# File 'sig/client.rbs', line 184
def account_customization: () -> Types::AccountCustomization
|
#arn ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def arn: () -> ::String
|
#aws_account_id ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def aws_account_id: () -> ::String
|
#namespace ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def namespace: () -> ::String
|
#request_id ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def request_id: () -> ::String
|
#status ⇒ ::Integer
186 |
# File 'sig/client.rbs', line 186
def status: () -> ::Integer
|