Class: Aws::Types::ListConnectPeersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListConnectPeersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_attachment_id ⇒ ::String
Returns the value of attribute connect_attachment_id.
-
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connect_attachment_id ⇒ ::String
Returns the value of attribute connect_attachment_id.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def @connect_attachment_id end |
#core_network_id ⇒ ::String
Returns the value of attribute core_network_id.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def core_network_id @core_network_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def next_token @next_token end |