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]
2336 |
# File 'sig/client.rbs', line 2336
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2337 |
# File 'sig/client.rbs', line 2337
def request_id: () -> ::String
|
#status ⇒ ::Integer
2338 |
# File 'sig/client.rbs', line 2338
def status: () -> ::Integer
|
#template_arn ⇒ ::String
2335 |
# File 'sig/client.rbs', line 2335
def template_arn: () -> ::String
|
#template_id ⇒ ::String
2334 |
# File 'sig/client.rbs', line 2334
def template_id: () -> ::String
|