Class: Aws::MigrationHubConfig::Types::CreateHomeRegionControlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubConfig::Types::CreateHomeRegionControlResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#home_region_control ⇒ Types::HomeRegionControl
This object is the ‘HomeRegionControl` object that’s returned by a successful call to ‘CreateHomeRegionControl`.
Instance Attribute Details
#home_region_control ⇒ Types::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 |