Class: Aws::LakeFormation::Types::DataLocationResource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

A structure for a data location object where permissions are granted or revoked.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.

Returns:

  • (String)


794
795
796
797
798
799
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 794

class DataLocationResource < Struct.new(
  :catalog_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) that uniquely identifies the data location resource.

Returns:

  • (String)


794
795
796
797
798
799
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 794

class DataLocationResource < Struct.new(
  :catalog_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end