Class: Aws::Types::ListConnectPeersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connect_attachment_id ⇒ ::String

Returns the value of attribute connect_attachment_id.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def connect_attachment_id
  @connect_attachment_id
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def next_token
  @next_token
end