Class: Aws::Types::DescribeRcsAgentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRcsAgentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::RcsAgentFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner ⇒ "SELF", "SHARED"
Returns the value of attribute owner.
-
#rcs_agent_ids ⇒ ::Array[::String]
Returns the value of attribute rcs_agent_ids.
Instance Attribute Details
#filters ⇒ ::Array[Types::RcsAgentFilter]
Returns the value of attribute filters.
880 881 882 |
# File 'sig/types.rbs', line 880 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
882 883 884 |
# File 'sig/types.rbs', line 882 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
881 882 883 |
# File 'sig/types.rbs', line 881 def next_token @next_token end |
#owner ⇒ "SELF", "SHARED"
Returns the value of attribute owner.
879 880 881 |
# File 'sig/types.rbs', line 879 def owner @owner end |
#rcs_agent_ids ⇒ ::Array[::String]
Returns the value of attribute rcs_agent_ids.
878 879 880 |
# File 'sig/types.rbs', line 878 def rcs_agent_ids @rcs_agent_ids end |