Class: Aws::Types::CustomerMeCollectorInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_me_collectors::Integer

Returns the value of attribute active_me_collectors.

Returns:

  • (::Integer)


181
182
183
# File 'sig/types.rbs', line 181

def active_me_collectors
  @active_me_collectors
end

#deny_listed_me_collectors::Integer

Returns the value of attribute deny_listed_me_collectors.

Returns:

  • (::Integer)


183
184
185
# File 'sig/types.rbs', line 183

def deny_listed_me_collectors
  @deny_listed_me_collectors
end

#healthy_me_collectors::Integer

Returns the value of attribute healthy_me_collectors.

Returns:

  • (::Integer)


182
183
184
# File 'sig/types.rbs', line 182

def healthy_me_collectors
  @healthy_me_collectors
end

#shutdown_me_collectors::Integer

Returns the value of attribute shutdown_me_collectors.

Returns:

  • (::Integer)


184
185
186
# File 'sig/types.rbs', line 184

def shutdown_me_collectors
  @shutdown_me_collectors
end

#total_me_collectors::Integer

Returns the value of attribute total_me_collectors.

Returns:

  • (::Integer)


186
187
188
# File 'sig/types.rbs', line 186

def total_me_collectors
  @total_me_collectors
end

#unhealthy_me_collectors::Integer

Returns the value of attribute unhealthy_me_collectors.

Returns:

  • (::Integer)


185
186
187
# File 'sig/types.rbs', line 185

def unhealthy_me_collectors
  @unhealthy_me_collectors
end

#unknown_me_collectors::Integer

Returns the value of attribute unknown_me_collectors.

Returns:

  • (::Integer)


187
188
189
# File 'sig/types.rbs', line 187

def unknown_me_collectors
  @unknown_me_collectors
end