Module: Aws::QuickSight::Client::_DescribeTemplatePermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTemplatePermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #permissions ⇒ ::Array[Types::ResourcePermission]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #template_arn ⇒ ::String
- #template_id ⇒ ::String
Instance Method Details
#permissions ⇒ ::Array[Types::ResourcePermission]
2518 |
# File 'sig/client.rbs', line 2518
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2519 |
# File 'sig/client.rbs', line 2519
def request_id: () -> ::String
|
#status ⇒ ::Integer
2520 |
# File 'sig/client.rbs', line 2520
def status: () -> ::Integer
|
#template_arn ⇒ ::String
2517 |
# File 'sig/client.rbs', line 2517
def template_arn: () -> ::String
|
#template_id ⇒ ::String
2516 |
# File 'sig/client.rbs', line 2516
def template_id: () -> ::String
|