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

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_regionString

The name of the home region of the calling account.

Returns:

  • (String)


163
164
165
166
167
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 163

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