Class: Aws::Cloud9::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloud9/lib/aws-sdk-cloud9/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the Cloud9 development environment to add tags to.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The list of tags to add to the given Cloud9 development environment.

Returns:



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