Class: Aws::Types::ListCloudConnectorsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_connectors::Array[Types::CloudConnectorSummary]

Returns the value of attribute cloud_connectors.

Returns:



2750
2751
2752
# File 'sig/types.rbs', line 2750

def cloud_connectors
  @cloud_connectors
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2751
2752
2753
# File 'sig/types.rbs', line 2751

def next_token
  @next_token
end