Class: Aws::MigrationHubConfig::Types::CreateHomeRegionControlResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#home_region_controlTypes::HomeRegionControl

This object is the HomeRegionControl object that's returned by a successful call to CreateHomeRegionControl.



57
58
59
60
61
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 57

class CreateHomeRegionControlResult < Struct.new(
  :home_region_control)
  SENSITIVE = []
  include Aws::Structure
end