Class: Aws::MigrationHubStrategyRecommendations::Types::Group
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::Group
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
The object containing information about distinct imports or groups for Strategy Recommendations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The key of the specific import group.
-
#value ⇒ String
The value of the specific import group.
Instance Attribute Details
#name ⇒ String
The key of the specific import group.
1146 1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1146 class Group < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the specific import group.
1146 1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1146 class Group < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |