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_id ⇒ String

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

#context ⇒ Hash<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

#feature ⇒ String

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

#id ⇒ String

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_stamp ⇒ String

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_steps ⇒ Array<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

#severity ⇒ String

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

#type ⇒ String

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