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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-migrationhubconfig/types.rb', line 57

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