Class: Aws::LakeFormation::Types::ListLFTagsResponse

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

#lf_tagsArray<Types::LFTagPair>

A list of LF-tags that the requested has permission to view.

Returns:



2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2218

class ListLFTagsResponse < Struct.new(
  :lf_tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, present if the current list segment is not the last.

Returns:

  • (String)


2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2218

class ListLFTagsResponse < Struct.new(
  :lf_tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end