Class: Aws::DevOpsAgent::Types::GoalContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GoalContent
- Defined in:
- gems/aws-sdk-devopsagent/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.
1678 1679 1680 1681 1682 1683 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1678 class GoalContent < Struct.new( :description, :objectives) SENSITIVE = [] include Aws::Structure end |
#objectives ⇒ String
The objectives to be achieved for this goal.
1678 1679 1680 1681 1682 1683 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1678 class GoalContent < Struct.new( :description, :objectives) SENSITIVE = [] include Aws::Structure end |