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
4625 |
# File 'sig/client.rbs', line 4625
def analysis_arn: () -> ::String
|
#analysis_id ⇒ ::String
4626 |
# File 'sig/client.rbs', line 4626
def analysis_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
4627 |
# File 'sig/client.rbs', line 4627
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
4628 |
# File 'sig/client.rbs', line 4628
def request_id: () -> ::String
|
#status ⇒ ::Integer
4629 |
# File 'sig/client.rbs', line 4629
def status: () -> ::Integer
|