Class: Aws::DevOpsAgent::Types::GoalContent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

A detailed description of the goal.

Returns:

  • (String)


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

#objectivesString

The objectives to be achieved for this goal.

Returns:

  • (String)


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