Class: Aws::Types::DescribeRcsAgentsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def next_token
  @next_token
end

#rcs_agents::Array[Types::RcsAgentInformation]

Returns the value of attribute rcs_agents.

Returns:



887
888
889
# File 'sig/types.rbs', line 887

def rcs_agents
  @rcs_agents
end