Class: Aws::Types::ListOutboundResponsibilityTransfersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


711
712
713
# File 'sig/types.rbs', line 711

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def next_token
  @next_token
end

#type"BILLING"

Returns the value of attribute type.

Returns:

  • ("BILLING")


709
710
711
# File 'sig/types.rbs', line 709

def type
  @type
end