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.
1642 1643 1644 1645 1646 1647 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1642 class GoalContent < Struct.new( :description, :objectives) SENSITIVE = [] include Aws::Structure end |
#objectives ⇒ String
The objectives to be achieved for this goal.
1642 1643 1644 1645 1646 1647 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1642 class GoalContent < Struct.new( :description, :objectives) SENSITIVE = [] include Aws::Structure end |