Class: Aws::Types::CustomerConnectorInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_connectors::Integer

Returns the value of attribute active_connectors.

Returns:

  • (::Integer)


170
171
172
# File 'sig/types.rbs', line 170

def active_connectors
  @active_connectors
end

#black_listed_connectors::Integer

Returns the value of attribute black_listed_connectors.

Returns:

  • (::Integer)


172
173
174
# File 'sig/types.rbs', line 172

def black_listed_connectors
  @black_listed_connectors
end

#healthy_connectors::Integer

Returns the value of attribute healthy_connectors.

Returns:

  • (::Integer)


171
172
173
# File 'sig/types.rbs', line 171

def healthy_connectors
  @healthy_connectors
end

#shutdown_connectors::Integer

Returns the value of attribute shutdown_connectors.

Returns:

  • (::Integer)


173
174
175
# File 'sig/types.rbs', line 173

def shutdown_connectors
  @shutdown_connectors
end

#total_connectors::Integer

Returns the value of attribute total_connectors.

Returns:

  • (::Integer)


175
176
177
# File 'sig/types.rbs', line 175

def total_connectors
  @total_connectors
end

#unhealthy_connectors::Integer

Returns the value of attribute unhealthy_connectors.

Returns:

  • (::Integer)


174
175
176
# File 'sig/types.rbs', line 174

def unhealthy_connectors
  @unhealthy_connectors
end

#unknown_connectors::Integer

Returns the value of attribute unknown_connectors.

Returns:

  • (::Integer)


176
177
178
# File 'sig/types.rbs', line 176

def unknown_connectors
  @unknown_connectors
end