Class: Aws::BackupGateway::Types::GetHypervisorPropertyMappingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::GetHypervisorPropertyMappingsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor.
-
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role.
-
#vmware_to_aws_tag_mappings ⇒ Array<Types::VmwareToAwsTagMapping>
This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
Instance Attribute Details
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor.
463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 463 class GetHypervisorPropertyMappingsOutput < Struct.new( :hypervisor_arn, :iam_role_arn, :vmware_to_aws_tag_mappings) SENSITIVE = [] include Aws::Structure end |
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role.
463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 463 class GetHypervisorPropertyMappingsOutput < Struct.new( :hypervisor_arn, :iam_role_arn, :vmware_to_aws_tag_mappings) SENSITIVE = [] include Aws::Structure end |
#vmware_to_aws_tag_mappings ⇒ Array<Types::VmwareToAwsTagMapping>
This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
463 464 465 466 467 468 469 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 463 class GetHypervisorPropertyMappingsOutput < Struct.new( :hypervisor_arn, :iam_role_arn, :vmware_to_aws_tag_mappings) SENSITIVE = [] include Aws::Structure end |