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
1912 |
# File 'sig/client.rbs', line 1912
def data_source_arn: () -> ::String
|
#data_source_id ⇒ ::String
1913 |
# File 'sig/client.rbs', line 1913
def data_source_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1914 |
# File 'sig/client.rbs', line 1914
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1915 |
# File 'sig/client.rbs', line 1915
def request_id: () -> ::String
|
#status ⇒ ::Integer
1916 |
# File 'sig/client.rbs', line 1916
def status: () -> ::Integer
|