Class: Aws::LakeFormation::Types::DetailsMap

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_shareArray<String>

A resource share ARN for a catalog resource shared through RAM.

Returns:

  • (Array<String>)


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