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
1776 |
# File 'sig/client.rbs', line 1776
def analysis_arn: () -> ::String
|
#analysis_id ⇒ ::String
1775 |
# File 'sig/client.rbs', line 1775
def analysis_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1777 |
# File 'sig/client.rbs', line 1777
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1779 |
# File 'sig/client.rbs', line 1779
def request_id: () -> ::String
|
#status ⇒ ::Integer
1778 |
# File 'sig/client.rbs', line 1778
def status: () -> ::Integer
|