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