Class: Aws::DevOpsAgent::Types::GoalContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GoalContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Content of a goal
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A detailed description of the goal.
-
#objectives ⇒ String
The objectives to be achieved for this goal.
Instance Attribute Details
#description ⇒ String
A detailed description of the goal.
1648 1649 1650 1651 1652 1653 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1648 class GoalContent < Struct.new( :description, :objectives) SENSITIVE = [] include Aws::Structure end |
#objectives ⇒ String
The objectives to be achieved for this goal.
1648 1649 1650 1651 1652 1653 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1648 class GoalContent < Struct.new( :description, :objectives) SENSITIVE = [] include Aws::Structure end |