Module: Aws::QuickSight::Client::_DeleteTemplateAliasResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteTemplateAliasResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alias_name ⇒ ::String
- #arn ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #template_id ⇒ ::String
Instance Method Details
#alias_name ⇒ ::String
1493 |
# File 'sig/client.rbs', line 1493
def alias_name: () -> ::String
|
#arn ⇒ ::String
1494 |
# File 'sig/client.rbs', line 1494
def arn: () -> ::String
|
#request_id ⇒ ::String
1495 |
# File 'sig/client.rbs', line 1495
def request_id: () -> ::String
|
#status ⇒ ::Integer
1491 |
# File 'sig/client.rbs', line 1491
def status: () -> ::Integer
|
#template_id ⇒ ::String
1492 |
# File 'sig/client.rbs', line 1492
def template_id: () -> ::String
|