Class: Aws::Types::ListDistributionsByConnectionFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionsByConnectionFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_function_identifier ⇒ ::String
Returns the value of attribute connection_function_identifier.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#connection_function_identifier ⇒ ::String
Returns the value of attribute connection_function_identifier.
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.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def max_items @max_items end |