Class: Aws::BackupGateway::Types::VmwareToAwsTagMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::VmwareToAwsTagMapping
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
This displays the mapping of on-premises VMware tags to the corresponding Amazon Web Services tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_tag_key ⇒ String
The key part of the Amazon Web Services tag's key-value pair.
-
#aws_tag_value ⇒ String
The value part of the Amazon Web Services tag's key-value pair.
-
#vmware_category ⇒ String
The is the category of VMware.
-
#vmware_tag_name ⇒ String
This is the user-defined name of a VMware tag.
Instance Attribute Details
#aws_tag_key ⇒ String
The key part of the Amazon Web Services tag's key-value pair.
1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1432 class VmwareToAwsTagMapping < Struct.new( :aws_tag_key, :aws_tag_value, :vmware_category, :vmware_tag_name) SENSITIVE = [] include Aws::Structure end |
#aws_tag_value ⇒ String
The value part of the Amazon Web Services tag's key-value pair.
1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1432 class VmwareToAwsTagMapping < Struct.new( :aws_tag_key, :aws_tag_value, :vmware_category, :vmware_tag_name) SENSITIVE = [] include Aws::Structure end |
#vmware_category ⇒ String
The is the category of VMware.
1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1432 class VmwareToAwsTagMapping < Struct.new( :aws_tag_key, :aws_tag_value, :vmware_category, :vmware_tag_name) SENSITIVE = [] include Aws::Structure end |
#vmware_tag_name ⇒ String
This is the user-defined name of a VMware tag.
1432 1433 1434 1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1432 class VmwareToAwsTagMapping < Struct.new( :aws_tag_key, :aws_tag_value, :vmware_category, :vmware_tag_name) SENSITIVE = [] include Aws::Structure end |