Class: Aws::Types::ListVpcConnectorsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def next_token
  @next_token
end

#vpc_connectors ⇒ ::Array[Types::VpcConnector]

Returns the value of attribute vpc_connectors.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def vpc_connectors
  @vpc_connectors
end