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
1399 |
# File 'sig/client.rbs', line 1399
def alias_name: () -> ::String
|
#arn ⇒ ::String
1400 |
# File 'sig/client.rbs', line 1400
def arn: () -> ::String
|
#request_id ⇒ ::String
1401 |
# File 'sig/client.rbs', line 1401
def request_id: () -> ::String
|
#status ⇒ ::Integer
1402 |
# File 'sig/client.rbs', line 1402
def status: () -> ::Integer
|
#theme_id ⇒ ::String
1403 |
# File 'sig/client.rbs', line 1403
def theme_id: () -> ::String
|