Class: Aws::CodeStarconnections::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A list of tag key and value pairs associated with the specified resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of tag key and value pairs associated with the specified resource.
994 995 996 997 998 |
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 994 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |