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]
2294 |
# File 'sig/client.rbs', line 2294
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2295 |
# File 'sig/client.rbs', line 2295
def request_id: () -> ::String
|
#status ⇒ ::Integer
2296 |
# File 'sig/client.rbs', line 2296
def status: () -> ::Integer
|
#template_arn ⇒ ::String
2293 |
# File 'sig/client.rbs', line 2293
def template_arn: () -> ::String
|
#template_id ⇒ ::String
2292 |
# File 'sig/client.rbs', line 2292
def template_id: () -> ::String
|