Class: Aws::Types::ListConnectorsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_status"CONNECTED", ...

Returns the value of attribute connector_status.

Returns:

  • ("CONNECTED", "DEGRADED", "FAILED_TO_CONNECT", "UNKNOWN")


6433
6434
6435
# File 'sig/types.rbs', line 6433

def connector_status
  @connector_status
end

#enablement_status"ENABLED", ...

Returns the value of attribute enablement_status.

Returns:

  • ("ENABLED", "PENDING_ENABLEMENT", "PENDING_UPDATE", "PENDING_DELETION")


6434
6435
6436
# File 'sig/types.rbs', line 6434

def enablement_status
  @enablement_status
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6431
6432
6433
# File 'sig/types.rbs', line 6431

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6430
6431
6432
# File 'sig/types.rbs', line 6430

def next_token
  @next_token
end

#provider_name"AZURE"

Returns the value of attribute provider_name.

Returns:

  • ("AZURE")


6432
6433
6434
# File 'sig/types.rbs', line 6432

def provider_name
  @provider_name
end