Class: Aws::BackupGateway::Types::TagResourceOutput

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 you tagged.

Returns:

  • (String)


1078
1079
1080
1081
1082
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1078

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