Class: Aws::Types::ListConnectionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attach_point ⇒ Types::AttachPoint
Returns the value of attribute attach_point.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#provider ⇒ Types::Provider
Returns the value of attribute provider.
-
#state ⇒ "available", ...
Returns the value of attribute state.
Instance Attribute Details
#attach_point ⇒ Types::AttachPoint
Returns the value of attribute attach_point.
198 199 200 |
# File 'sig/types.rbs', line 198 def attach_point @attach_point end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
196 197 198 |
# File 'sig/types.rbs', line 196 def environment_id @environment_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
193 194 195 |
# File 'sig/types.rbs', line 193 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
194 195 196 |
# File 'sig/types.rbs', line 194 def next_token @next_token end |
#provider ⇒ Types::Provider
Returns the value of attribute provider.
197 198 199 |
# File 'sig/types.rbs', line 197 def provider @provider end |
#state ⇒ "available", ...
Returns the value of attribute state.
195 196 197 |
# File 'sig/types.rbs', line 195 def state @state end |