Class: Aws::LakeFormation::Types::ListLFTagsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

Returns:

  • (String)


2198
2199
2200
2201
2202
2203
2204
2205
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2198

class ListLFTagsRequest < Struct.new(
  :catalog_id,
  :resource_share_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2198
2199
2200
2201
2202
2203
2204
2205
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2198

class ListLFTagsRequest < Struct.new(
  :catalog_id,
  :resource_share_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is not the first call to retrieve this list.

Returns:

  • (String)


2198
2199
2200
2201
2202
2203
2204
2205
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2198

class ListLFTagsRequest < Struct.new(
  :catalog_id,
  :resource_share_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_share_typeString

If resource share type is ALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type is FOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.

Returns:

  • (String)


2198
2199
2200
2201
2202
2203
2204
2205
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2198

class ListLFTagsRequest < Struct.new(
  :catalog_id,
  :resource_share_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end