Class: Aws::LakeFormation::Types::DetailsMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DetailsMap
- Includes:
- Structure
- Defined in:
- 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.
1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1180 class DetailsMap < Struct.new( :resource_share) SENSITIVE = [] include Aws::Structure end |