Class: Aws::Types::ListPendingMessagesResponse

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)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def agent_space_id
  @agent_space_id
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def created_at
  @created_at
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def execution_id
  @execution_id
end

#messages::Array[Types::PendingMessage]

Returns the value of attribute messages.

Returns:



1004
1005
1006
# File 'sig/types.rbs', line 1004

def messages
  @messages
end