Class: Aws::BackupGateway::Types::PutHypervisorPropertyMappingsInput

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

#hypervisor_arnString

The Amazon Resource Name (ARN) of the hypervisor.

Returns:

  • (String)


923
924
925
926
927
928
929
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 923

class PutHypervisorPropertyMappingsInput < Struct.new(
  :hypervisor_arn,
  :iam_role_arn,
  :vmware_to_aws_tag_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#iam_role_arnString

The Amazon Resource Name (ARN) of the IAM role.

Returns:

  • (String)


923
924
925
926
927
928
929
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 923

class PutHypervisorPropertyMappingsInput < Struct.new(
  :hypervisor_arn,
  :iam_role_arn,
  :vmware_to_aws_tag_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#vmware_to_aws_tag_mappingsArray<Types::VmwareToAwsTagMapping>

This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.

Returns:



923
924
925
926
927
928
929
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 923

class PutHypervisorPropertyMappingsInput < Struct.new(
  :hypervisor_arn,
  :iam_role_arn,
  :vmware_to_aws_tag_mappings)
  SENSITIVE = []
  include Aws::Structure
end