Module: Aws::QuickSight::Client::_UpdateTemplatePermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateTemplatePermissionsResponse]
- 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]
5046 |
# File 'sig/client.rbs', line 5046
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
5047 |
# File 'sig/client.rbs', line 5047
def request_id: () -> ::String
|
#status ⇒ ::Integer
5048 |
# File 'sig/client.rbs', line 5048
def status: () -> ::Integer
|
#template_arn ⇒ ::String
5045 |
# File 'sig/client.rbs', line 5045
def template_arn: () -> ::String
|
#template_id ⇒ ::String
5044 |
# File 'sig/client.rbs', line 5044
def template_id: () -> ::String
|