Class: Aws::Types::LakeFormationDataPermissionAsset
- Inherits:
-
Object
- Object
- Aws::Types::LakeFormationDataPermissionAsset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lake_formation_data_permission_details ⇒ Types::LakeFormationDataPermissionDetails
Returns the value of attribute lake_formation_data_permission_details.
-
#lake_formation_data_permission_type ⇒ "LFTagPolicy"
Returns the value of attribute lake_formation_data_permission_type.
-
#permissions ⇒ ::Array[("DESCRIBE" | "SELECT")]
Returns the value of attribute permissions.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#lake_formation_data_permission_details ⇒ Types::LakeFormationDataPermissionDetails
Returns the value of attribute lake_formation_data_permission_details.
699 700 701 |
# File 'sig/types.rbs', line 699 def end |
#lake_formation_data_permission_type ⇒ "LFTagPolicy"
Returns the value of attribute lake_formation_data_permission_type.
700 701 702 |
# File 'sig/types.rbs', line 700 def end |
#permissions ⇒ ::Array[("DESCRIBE" | "SELECT")]
Returns the value of attribute permissions.
701 702 703 |
# File 'sig/types.rbs', line 701 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
702 703 704 |
# File 'sig/types.rbs', line 702 def role_arn @role_arn end |