Class: Aws::Types::ListConnectorOperationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_operations ⇒ ::Array[Types::ConnectorOperationSummary]

Returns the value of attribute connector_operations.

Returns:



408
409
410
# File 'sig/types.rbs', line 408

def connector_operations
  @connector_operations
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def next_token
  @next_token
end