Class: Aws::MigrationHubConfig::Types::GetHomeRegionResult

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_regionString

The name of the home region of the calling account.

Returns:

  • (String)


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