Module: Aws::BackupGateway::Client::_GetHypervisorPropertyMappingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetHypervisorPropertyMappingsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #hypervisor_arn ⇒ ::String
- #iam_role_arn ⇒ ::String
- #vmware_to_aws_tag_mappings ⇒ ::Array[Types::VmwareToAwsTagMapping]
Instance Method Details
#hypervisor_arn ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def hypervisor_arn: () -> ::String
|
#iam_role_arn ⇒ ::String
176 |
# File 'sig/client.rbs', line 176
def iam_role_arn: () -> ::String
|
#vmware_to_aws_tag_mappings ⇒ ::Array[Types::VmwareToAwsTagMapping]
175 |
# File 'sig/client.rbs', line 175
def vmware_to_aws_tag_mappings: () -> ::Array[Types::VmwareToAwsTagMapping]
|