Class: Aws::Types::Collector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collector_health"COLLECTOR_HEALTHY", "COLLECTOR_UNHEALTHY"

Returns the value of attribute collector_health.

Returns:

  • ("COLLECTOR_HEALTHY", "COLLECTOR_UNHEALTHY")


167
168
169
# File 'sig/types.rbs', line 167

def collector_health
  @collector_health
end

#collector_id::String

Returns the value of attribute collector_id.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def collector_id
  @collector_id
end

#collector_version::String

Returns the value of attribute collector_version.

Returns:

  • (::String)


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

def collector_version
  @collector_version
end

#configuration_summaryTypes::ConfigurationSummary

Returns the value of attribute configuration_summary.



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

def configuration_summary
  @configuration_summary
end

#host_name::String

Returns the value of attribute host_name.

Returns:

  • (::String)


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

def host_name
  @host_name
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


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

def ip_address
  @ip_address
end

#last_activity_time_stamp::String

Returns the value of attribute last_activity_time_stamp.

Returns:

  • (::String)


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

def last_activity_time_stamp
  @last_activity_time_stamp
end

#registered_time_stamp::String

Returns the value of attribute registered_time_stamp.

Returns:

  • (::String)


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

def registered_time_stamp
  @registered_time_stamp
end