Class: Aws::Proton::Types::TagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the Proton resource to apply customer tags to.

Returns:

  • (String)


5695
5696
5697
5698
5699
5700
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5695

class TagResourceInput < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of customer tags to apply to the Proton resource.

Returns:



5695
5696
5697
5698
5699
5700
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5695

class TagResourceInput < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end