Class: Aws::Types::ListGoalsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListGoalsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#goal_type ⇒ "CUSTOMER_DEFINED", "ONCALL_REPORT"
Returns the value of attribute goal_type.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
965 966 967 |
# File 'sig/types.rbs', line 965 def agent_space_id @agent_space_id end |
#goal_type ⇒ "CUSTOMER_DEFINED", "ONCALL_REPORT"
Returns the value of attribute goal_type.
967 968 969 |
# File 'sig/types.rbs', line 967 def goal_type @goal_type end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
968 969 970 |
# File 'sig/types.rbs', line 968 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
969 970 971 |
# File 'sig/types.rbs', line 969 def next_token @next_token end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
966 967 968 |
# File 'sig/types.rbs', line 966 def status @status end |