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
1330 |
# File 'sig/client.rbs', line 1330
def alias_name: () -> ::String
|
#arn ⇒ ::String
1331 |
# File 'sig/client.rbs', line 1331
def arn: () -> ::String
|
#request_id ⇒ ::String
1332 |
# File 'sig/client.rbs', line 1332
def request_id: () -> ::String
|
#status ⇒ ::Integer
1333 |
# File 'sig/client.rbs', line 1333
def status: () -> ::Integer
|
#theme_id ⇒ ::String
1334 |
# File 'sig/client.rbs', line 1334
def theme_id: () -> ::String
|