Class: Aws::Types::DescribeRcsAgentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::RcsAgentFilter]

Returns the value of attribute filters.

Returns:



880
881
882
# File 'sig/types.rbs', line 880

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def next_token
  @next_token
end

#owner"SELF", "SHARED"

Returns the value of attribute owner.

Returns:

  • ("SELF", "SHARED")


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.

Returns:

  • (::Array[::String])


878
879
880
# File 'sig/types.rbs', line 878

def rcs_agent_ids
  @rcs_agent_ids
end