Class: Aws::Types::ListDistributionsByConnectionFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_function_identifier::String

Returns the value of attribute connection_function_identifier.

Returns:

  • (::String)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def connection_function_identifier
  @connection_function_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def max_items
  @max_items
end