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
1301 |
# File 'sig/client.rbs', line 1301
def alias_name: () -> ::String
|
#arn ⇒ ::String
1302 |
# File 'sig/client.rbs', line 1302
def arn: () -> ::String
|
#request_id ⇒ ::String
1303 |
# File 'sig/client.rbs', line 1303
def request_id: () -> ::String
|
#status ⇒ ::Integer
1299 |
# File 'sig/client.rbs', line 1299
def status: () -> ::Integer
|
#template_id ⇒ ::String
1300 |
# File 'sig/client.rbs', line 1300
def template_id: () -> ::String
|