Class: Aws::Types::ListGoalsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


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.

Returns:

  • ("CUSTOMER_DEFINED", "ONCALL_REPORT")


967
968
969
# File 'sig/types.rbs', line 967

def goal_type
  @goal_type
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


968
969
970
# File 'sig/types.rbs', line 968

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def next_token
  @next_token
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PAUSED", "COMPLETE")


966
967
968
# File 'sig/types.rbs', line 966

def status
  @status
end