Class: Aws::MigrationHubConfig::Types::DescribeHomeRegionControlsResult

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_region_controlsArray<Types::HomeRegionControl>

An array that contains your HomeRegionControl objects.

Returns:



130
131
132
133
134
135
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 130

class DescribeHomeRegionControlsResult < Struct.new(
  :home_region_controls,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.

Returns:

  • (String)


130
131
132
133
134
135
# File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 130

class DescribeHomeRegionControlsResult < Struct.new(
  :home_region_controls,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end