Module: Aws::QuickSight::Client::_UpdateAnalysisPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAnalysisPermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analysis_arn ⇒ ::String
- #analysis_id ⇒ ::String
- #permissions ⇒ ::Array[Types::ResourcePermission]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#analysis_arn ⇒ ::String
4184 |
# File 'sig/client.rbs', line 4184
def analysis_arn: () -> ::String
|
#analysis_id ⇒ ::String
4185 |
# File 'sig/client.rbs', line 4185
def analysis_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
4186 |
# File 'sig/client.rbs', line 4186
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4187 |
# File 'sig/client.rbs', line 4187
def request_id: () -> ::String
|
#status ⇒ ::Integer
4188 |
# File 'sig/client.rbs', line 4188
def status: () -> ::Integer
|