Module: Aws::QuickSight::Client::_DeleteThemeAliasResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteThemeAliasResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alias_name ⇒ ::String
- #arn ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #theme_id ⇒ ::String
Instance Method Details
#alias_name ⇒ ::String
1371 |
# File 'sig/client.rbs', line 1371
def alias_name: () -> ::String
|
#arn ⇒ ::String
1372 |
# File 'sig/client.rbs', line 1372
def arn: () -> ::String
|
#request_id ⇒ ::String
1373 |
# File 'sig/client.rbs', line 1373
def request_id: () -> ::String
|
#status ⇒ ::Integer
1374 |
# File 'sig/client.rbs', line 1374
def status: () -> ::Integer
|
#theme_id ⇒ ::String
1375 |
# File 'sig/client.rbs', line 1375
def theme_id: () -> ::String
|