Class: Aws::BackupGateway::Types::TagResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::TagResourceOutput
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource you tagged.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource you tagged.
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 |