Class: Aws::WAFRegional::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_marker ⇒ String
4129 4130 4131 4132 4133 4134 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 4129 class ListTagsForResourceResponse < Struct.new( :next_marker, :tag_info_for_resource) SENSITIVE = [] include Aws::Structure end |
#tag_info_for_resource ⇒ Types::TagInfoForResource
4129 4130 4131 4132 4133 4134 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 4129 class ListTagsForResourceResponse < Struct.new( :next_marker, :tag_info_for_resource) SENSITIVE = [] include Aws::Structure end |