Module: Aws::QuickSight::Client::_DescribeDataSourcePermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDataSourcePermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #data_source_arn ⇒ ::String
- #data_source_id ⇒ ::String
- #permissions ⇒ ::Array[Types::ResourcePermission]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#data_source_arn ⇒ ::String
1954 |
# File 'sig/client.rbs', line 1954
def data_source_arn: () -> ::String
|
#data_source_id ⇒ ::String
1955 |
# File 'sig/client.rbs', line 1955
def data_source_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1956 |
# File 'sig/client.rbs', line 1956
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1957 |
# File 'sig/client.rbs', line 1957
def request_id: () -> ::String
|
#status ⇒ ::Integer
1958 |
# File 'sig/client.rbs', line 1958
def status: () -> ::Integer
|