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

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

Instance Attribute Details

#resource_shareArray<String>

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

Returns:

  • (Array<String>)


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