Class: Aws::MigrationHubStrategyRecommendations::Types::Group

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/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

Instance Attribute Details

#nameString

The key of the specific import group.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1146

class Group < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the specific import group.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1146

class Group < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end