Class: Aws::Types::CollectorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collector_health_checkTypes::CollectorHealthCheck

Returns the value of attribute collector_health_check.



134
135
136
# File 'sig/types.rbs', line 134

def collector_health_check
  @collector_health_check
end

#collector_name::String

Returns the value of attribute collector_name.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def collector_name
  @collector_name
end

#collector_referenced_id::String

Returns the value of attribute collector_referenced_id.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def collector_referenced_id
  @collector_referenced_id
end

#collector_version::String

Returns the value of attribute collector_version.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def collector_version
  @collector_version
end

#created_date::String

Returns the value of attribute created_date.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def description
  @description
end

#inventory_dataTypes::InventoryData

Returns the value of attribute inventory_data.



139
140
141
# File 'sig/types.rbs', line 139

def inventory_data
  @inventory_data
end

#last_data_received::String

Returns the value of attribute last_data_received.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def last_data_received
  @last_data_received
end

#modified_date::String

Returns the value of attribute modified_date.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def modified_date
  @modified_date
end

#registered_date::String

Returns the value of attribute registered_date.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def registered_date
  @registered_date
end

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def s3_bucket_name
  @s3_bucket_name
end

#service_access_role_arn::String

Returns the value of attribute service_access_role_arn.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def service_access_role_arn
  @service_access_role_arn
end

#version_status"UP_TO_DATE", ...

Returns the value of attribute version_status.

Returns:

  • ("UP_TO_DATE", "OUTDATED", "UNSUPPORTED")


130
131
132
# File 'sig/types.rbs', line 130

def version_status
  @version_status
end