Class: Aws::Types::ListDistributionsByConnectionModeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_mode"direct", "tenant-only"

Returns the value of attribute connection_mode.

Returns:

  • ("direct", "tenant-only")


2388
2389
2390
# File 'sig/types.rbs', line 2388

def connection_mode
  @connection_mode
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2386
2387
2388
# File 'sig/types.rbs', line 2386

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2387
2388
2389
# File 'sig/types.rbs', line 2387

def max_items
  @max_items
end