Class: Aws::Types::CollectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::CollectorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collector_health_check ⇒ Types::CollectorHealthCheck
Returns the value of attribute collector_health_check.
-
#collector_name ⇒ ::String
Returns the value of attribute collector_name.
-
#collector_referenced_id ⇒ ::String
Returns the value of attribute collector_referenced_id.
-
#collector_version ⇒ ::String
Returns the value of attribute collector_version.
-
#created_date ⇒ ::String
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#inventory_data ⇒ Types::InventoryData
Returns the value of attribute inventory_data.
-
#last_data_received ⇒ ::String
Returns the value of attribute last_data_received.
-
#modified_date ⇒ ::String
Returns the value of attribute modified_date.
-
#registered_date ⇒ ::String
Returns the value of attribute registered_date.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#version_status ⇒ "UP_TO_DATE", ...
Returns the value of attribute version_status.
Instance Attribute Details
#collector_health_check ⇒ Types::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.
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.
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.
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.
137 138 139 |
# File 'sig/types.rbs', line 137 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
131 132 133 |
# File 'sig/types.rbs', line 131 def description @description end |
#inventory_data ⇒ Types::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.
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.
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.
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.
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.
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.
130 131 132 |
# File 'sig/types.rbs', line 130 def version_status @version_status end |