Class: Aws::BackupGateway::Types::TagResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/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 tag.

Returns:

  • (String)


1065
1066
1067
1068
1069
1070
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1065

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

#tagsArray<Types::Tag>

A list of tags to assign to the resource.

Returns:



1065
1066
1067
1068
1069
1070
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1065

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