Class: Aws::Scheduler::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The list of tags associated with the specified resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The list of tags associated with the specified resource.
840 841 842 843 844 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 840 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |