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
1522 |
# File 'sig/client.rbs', line 1522
def alias_name: () -> ::String
|
#arn ⇒ ::String
1523 |
# File 'sig/client.rbs', line 1523
def arn: () -> ::String
|
#request_id ⇒ ::String
1524 |
# File 'sig/client.rbs', line 1524
def request_id: () -> ::String
|
#status ⇒ ::Integer
1525 |
# File 'sig/client.rbs', line 1525
def status: () -> ::Integer
|
#theme_id ⇒ ::String
1526 |
# File 'sig/client.rbs', line 1526
def theme_id: () -> ::String
|