Class: Aws::Types::DescribeRcsAgentsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRcsAgentsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rcs_agents ⇒ ::Array[Types::RcsAgentInformation]
Returns the value of attribute rcs_agents.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
887 888 889 |
# File 'sig/types.rbs', line 887 def rcs_agents @rcs_agents end |