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
1871 |
# File 'sig/client.rbs', line 1871
def data_source_arn: () -> ::String
|
#data_source_id ⇒ ::String
1872 |
# File 'sig/client.rbs', line 1872
def data_source_id: () -> ::String
|
#permissions ⇒ ::Array[Types::ResourcePermission]
1873 |
# File 'sig/client.rbs', line 1873
def permissions: () -> ::Array[Types::ResourcePermission]
|
#request_id ⇒ ::String
1874 |
# File 'sig/client.rbs', line 1874
def request_id: () -> ::String
|
#status ⇒ ::Integer
1875 |
# File 'sig/client.rbs', line 1875
def status: () -> ::Integer
|