Class: Aws::BCMRecommendedActions::Types::RecommendedAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb

Overview

Describes a specific recommended action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account that the recommended action is for.

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 145

class RecommendedAction < Struct.new(
  :id,
  :type,
  :account_id,
  :severity,
  :feature,
  :context,
  :next_steps,
  :last_updated_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#contextHash<String,String>

Context that applies to the recommended action.

Returns:

  • (Hash<String,String>)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 145

class RecommendedAction < Struct.new(
  :id,
  :type,
  :account_id,
  :severity,
  :feature,
  :context,
  :next_steps,
  :last_updated_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#featureString

The feature associated with the recommended action.

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 145

class RecommendedAction < Struct.new(
  :id,
  :type,
  :account_id,
  :severity,
  :feature,
  :context,
  :next_steps,
  :last_updated_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID for the recommended action.

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 145

class RecommendedAction < Struct.new(
  :id,
  :type,
  :account_id,
  :severity,
  :feature,
  :context,
  :next_steps,
  :last_updated_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_time_stampString

The time when the recommended action status was last updated.

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 145

class RecommendedAction < Struct.new(
  :id,
  :type,
  :account_id,
  :severity,
  :feature,
  :context,
  :next_steps,
  :last_updated_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#next_stepsArray<String>

The possible next steps to execute the recommended action.

Returns:

  • (Array<String>)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 145

class RecommendedAction < Struct.new(
  :id,
  :type,
  :account_id,
  :severity,
  :feature,
  :context,
  :next_steps,
  :last_updated_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity associated with the recommended action.

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 145

class RecommendedAction < Struct.new(
  :id,
  :type,
  :account_id,
  :severity,
  :feature,
  :context,
  :next_steps,
  :last_updated_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of action you can take by adopting the recommended action.

Returns:

  • (String)


145
146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 145

class RecommendedAction < Struct.new(
  :id,
  :type,
  :account_id,
  :severity,
  :feature,
  :context,
  :next_steps,
  :last_updated_time_stamp)
  SENSITIVE = []
  include Aws::Structure
end