Class: Aws::Types::DescribeConnectionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
726 727 728 |
# File 'sig/types.rbs', line 726 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
728 729 730 |
# File 'sig/types.rbs', line 728 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
727 728 729 |
# File 'sig/types.rbs', line 727 def max_records @max_records end |