Class: Aws::FinSpaceData::Types::ResourcePermission
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ResourcePermission
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Resource permission for a dataset. When you create a dataset, all the other members of the same user group inherit access to the dataset. You can only create a dataset if your user group has application permission for Create Datasets.
The following is a list of valid dataset permissions that you can apply:
-
‘ViewDatasetDetails`
-
‘ReadDatasetDetails`
-
‘AddDatasetData`
-
‘CreateDataView`
-
‘EditDatasetMetadata`
-
‘DeleteDataset`
For more information on the dataset permissions, see [Supported Dataset Permissions] in the FinSpace User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permission ⇒ String
Permission for a resource.
Instance Attribute Details
#permission ⇒ String
Permission for a resource.
2254 2255 2256 2257 2258 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2254 class ResourcePermission < Struct.new( :permission) SENSITIVE = [] include Aws::Structure end |