Class: Aws::OSIS::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A list of tags associated with the given pipeline.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of tags associated with the given pipeline.
410 411 412 413 414 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 410 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |