Module: Aws::QuickSight::Client::_DescribeAnalysisPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAnalysisPermissionsResponse]
- 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
1570 |
# File 'sig/client.rbs', line 1570
def analysis_arn: () -> ::String
|
#analysis_id ⇒ ::String
1569 |
# File 'sig/client.rbs', line 1569
def analysis_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1571 |
# File 'sig/client.rbs', line 1571
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1573 |
# File 'sig/client.rbs', line 1573
def request_id: () -> ::String
|
#status ⇒ ::Integer
1572 |
# File 'sig/client.rbs', line 1572
def status: () -> ::Integer
|