Class: Aws::Cloud9::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The list of tags associated with the Cloud9 development environment.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The list of tags associated with the Cloud9 development environment.
633 634 635 636 637 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 633 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |