Class: Aws::LaunchWizard::Types::TagResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


683
684
685
686
687
688
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 683

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

#tagsHash<String,String>

One or more tags to attach to the resource.

Returns:

  • (Hash<String,String>)


683
684
685
686
687
688
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 683

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