Class: Aws::Types::ListDistributionsByConnectionModeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionsByConnectionModeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_mode ⇒ "direct", "tenant-only"
Returns the value of attribute connection_mode.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#connection_mode ⇒ "direct", "tenant-only"
Returns the value of attribute connection_mode.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def connection_mode @connection_mode end |
#marker ⇒ ::String
Returns the value of attribute marker.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def max_items @max_items end |