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