Class: Aws::LakeFormation::Types::ListLFTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListLFTagsResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lf_tags ⇒ Array<Types::LFTagPair>
A list of LF-tags that the requested has permission to view.
-
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
Instance Attribute Details
#lf_tags ⇒ Array<Types::LFTagPair>
A list of LF-tags that the requested has permission to view.
2462 2463 2464 2465 2466 2467 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2462 class ListLFTagsResponse < Struct.new( :lf_tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
2462 2463 2464 2465 2466 2467 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2462 class ListLFTagsResponse < Struct.new( :lf_tags, :next_token) SENSITIVE = [] include Aws::Structure end |