Class: Aws::Cloud9::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Cloud9::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Cloud9 development environment to add tags to.
-
#tags ⇒ Array<Types::Tag>
The list of tags to add to the given Cloud9 development environment.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Cloud9 development environment to add tags to.
680 681 682 683 684 685 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 680 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags to add to the given Cloud9 development environment.
680 681 682 683 684 685 |
# File 'gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb', line 680 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [:tags] include Aws::Structure end |