Class: Aws::MigrationHubConfig::Types::DescribeHomeRegionControlsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubConfig::Types::DescribeHomeRegionControlsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#home_region_controls ⇒ Array<Types::HomeRegionControl>
An array that contains your ‘HomeRegionControl` objects.
-
#next_token ⇒ String
If a ‘NextToken` was returned by a previous call, more results are available.
Instance Attribute Details
#home_region_controls ⇒ Array<Types::HomeRegionControl>
An array that contains your ‘HomeRegionControl` objects.
130 131 132 133 134 135 |
# File 'lib/aws-sdk-migrationhubconfig/types.rb', line 130 class DescribeHomeRegionControlsResult < Struct.new( :home_region_controls, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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`.
130 131 132 133 134 135 |
# File 'lib/aws-sdk-migrationhubconfig/types.rb', line 130 class DescribeHomeRegionControlsResult < Struct.new( :home_region_controls, :next_token) SENSITIVE = [] include Aws::Structure end |