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]
4978 |
# File 'sig/client.rbs', line 4978
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4979 |
# File 'sig/client.rbs', line 4979
def request_id: () -> ::String
|
#status ⇒ ::Integer
4980 |
# File 'sig/client.rbs', line 4980
def status: () -> ::Integer
|
#template_arn ⇒ ::String
4977 |
# File 'sig/client.rbs', line 4977
def template_arn: () -> ::String
|
#template_id ⇒ ::String
4976 |
# File 'sig/client.rbs', line 4976
def template_id: () -> ::String
|