Class: Aws::BCMRecommendedActions::Types::RecommendedAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMRecommendedActions::Types::RecommendedAction
- 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
-
#account_id ⇒ String
The account that the recommended action is for.
-
#context ⇒ Hash<String,String>
Context that applies to the recommended action.
-
#feature ⇒ String
The feature associated with the recommended action.
-
#id ⇒ String
The ID for the recommended action.
-
#last_updated_time_stamp ⇒ String
The time when the recommended action status was last updated.
-
#next_steps ⇒ Array<String>
The possible next steps to execute the recommended action.
-
#severity ⇒ String
The severity associated with the recommended action.
-
#type ⇒ String
The type of action you can take by adopting the recommended action.
Instance Attribute Details
#account_id ⇒ String
The account that the recommended action is for.
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.
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.
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.
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.
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.
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.
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.
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 |