Class: Aws::Types::PreviewAgentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::PreviewAgentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_previews ⇒ ::Array[Types::AgentPreview]
Returns the value of attribute agent_previews.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#agent_previews ⇒ ::Array[Types::AgentPreview]
Returns the value of attribute agent_previews.
615 616 617 |
# File 'sig/types.rbs', line 615 def agent_previews @agent_previews end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
616 617 618 |
# File 'sig/types.rbs', line 616 def next_token @next_token end |