Class: Aws::Types::ListConnectionGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectionGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_filter ⇒ Types::ConnectionGroupAssociationFilter
Returns the value of attribute association_filter.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#association_filter ⇒ Types::ConnectionGroupAssociationFilter
Returns the value of attribute association_filter.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def association_filter @association_filter end |
#marker ⇒ ::String
Returns the value of attribute marker.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def max_items @max_items end |