Class: Aws::Inspector::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
2169 2170 2171 2172 2173 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2169 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |