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
1611 |
# File 'sig/client.rbs', line 1611
def analysis_arn: () -> ::String
|
#analysis_id ⇒ ::String
1610 |
# File 'sig/client.rbs', line 1610
def analysis_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1612 |
# File 'sig/client.rbs', line 1612
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1614 |
# File 'sig/client.rbs', line 1614
def request_id: () -> ::String
|
#status ⇒ ::Integer
1613 |
# File 'sig/client.rbs', line 1613
def status: () -> ::Integer
|