Class: Aws::Lightsail::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to which you want to add a tag.

Returns:

  • (String)


14187
14188
14189
14190
14191
14192
14193
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14187

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

#resource_nameString

The name of the resource to which you are adding tags.

Returns:

  • (String)


14187
14188
14189
14190
14191
14192
14193
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14187

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

#tagsArray<Types::Tag>

The tag key and optional value.

Returns:



14187
14188
14189
14190
14191
14192
14193
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14187

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