Class: Aws::WAF::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_marker ⇒ String
3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 3971 class ListTagsForResourceResponse < Struct.new( :next_marker, :tag_info_for_resource) SENSITIVE = [] include Aws::Structure end |
#tag_info_for_resource ⇒ Types::TagInfoForResource
3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 3971 class ListTagsForResourceResponse < Struct.new( :next_marker, :tag_info_for_resource) SENSITIVE = [] include Aws::Structure end |