Class: Aws::MigrationHubConfig::Types::GetHomeRegionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubConfig::Types::GetHomeRegionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#home_region ⇒ String
The name of the home region of the calling account.
Instance Attribute Details
#home_region ⇒ String
The name of the home region of the calling account.
163 164 165 166 167 |
# File 'lib/aws-sdk-migrationhubconfig/types.rb', line 163 class GetHomeRegionResult < Struct.new( :home_region) SENSITIVE = [] include Aws::Structure end |