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]
2253 |
# File 'sig/client.rbs', line 2253
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
2254 |
# File 'sig/client.rbs', line 2254
def request_id: () -> ::String
|
#status ⇒ ::Integer
2255 |
# File 'sig/client.rbs', line 2255
def status: () -> ::Integer
|
#template_arn ⇒ ::String
2252 |
# File 'sig/client.rbs', line 2252
def template_arn: () -> ::String
|
#template_id ⇒ ::String
2251 |
# File 'sig/client.rbs', line 2251
def template_id: () -> ::String
|