Class: Aws::LakeFormation::Types::DetailsMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DetailsMap
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
A structure containing the additional details to be returned in the
AdditionalDetails
attribute of PrincipalResourcePermissions
.
If a catalog resource is shared through Resource Access Manager (RAM), then there will exist a corresponding RAM resource share ARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_share ⇒ Array<String>
A resource share ARN for a catalog resource shared through RAM.
Instance Attribute Details
#resource_share ⇒ Array<String>
A resource share ARN for a catalog resource shared through RAM.
1124 1125 1126 1127 1128 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1124 class DetailsMap < Struct.new( :resource_share) SENSITIVE = [] include Aws::Structure end |