Class: Aws::Types::ListConnectionGroupsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectionGroupsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_groups ⇒ ::Array[Types::ConnectionGroupSummary]
Returns the value of attribute connection_groups.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#connection_groups ⇒ ::Array[Types::ConnectionGroupSummary]
Returns the value of attribute connection_groups.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def connection_groups @connection_groups end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def next_marker @next_marker end |