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.
828 829 830 831 832 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 828 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |