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
4225 |
# File 'sig/client.rbs', line 4225
def analysis_arn: () -> ::String
|
#analysis_id ⇒ ::String
4226 |
# File 'sig/client.rbs', line 4226
def analysis_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
4227 |
# File 'sig/client.rbs', line 4227
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4228 |
# File 'sig/client.rbs', line 4228
def request_id: () -> ::String
|
#status ⇒ ::Integer
4229 |
# File 'sig/client.rbs', line 4229
def status: () -> ::Integer
|