Class: Aws::Types::ConfigurationItem
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#configuration ⇒ ::String
Returns the value of attribute configuration.
-
#configuration_item_capture_time ⇒ ::Time
Returns the value of attribute configuration_item_capture_time.
-
#configuration_item_delivery_time ⇒ ::Time
Returns the value of attribute configuration_item_delivery_time.
-
#configuration_item_md5_hash ⇒ ::String
Returns the value of attribute configuration_item_md5_hash.
-
#configuration_item_status ⇒ "OK", ...
Returns the value of attribute configuration_item_status.
-
#configuration_state_id ⇒ ::String
Returns the value of attribute configuration_state_id.
-
#recording_frequency ⇒ "CONTINUOUS", "DAILY"
Returns the value of attribute recording_frequency.
-
#related_events ⇒ ::Array[::String]
Returns the value of attribute related_events.
-
#relationships ⇒ ::Array[Types::Relationship]
Returns the value of attribute relationships.
-
#resource_creation_time ⇒ ::Time
Returns the value of attribute resource_creation_time.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ "AWS::EC2::CustomerGateway", ...
Returns the value of attribute resource_type.
-
#supplementary_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute supplementary_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
315 316 317 |
# File 'sig/types.rbs', line 315 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
320 321 322 |
# File 'sig/types.rbs', line 320 def arn @arn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
325 326 327 |
# File 'sig/types.rbs', line 325 def availability_zone @availability_zone end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
324 325 326 |
# File 'sig/types.rbs', line 324 def aws_region @aws_region end |
#configuration ⇒ ::String
Returns the value of attribute configuration.
330 331 332 |
# File 'sig/types.rbs', line 330 def configuration @configuration end |
#configuration_item_capture_time ⇒ ::Time
Returns the value of attribute configuration_item_capture_time.
316 317 318 |
# File 'sig/types.rbs', line 316 def configuration_item_capture_time @configuration_item_capture_time end |
#configuration_item_delivery_time ⇒ ::Time
Returns the value of attribute configuration_item_delivery_time.
333 334 335 |
# File 'sig/types.rbs', line 333 def configuration_item_delivery_time @configuration_item_delivery_time end |
#configuration_item_md5_hash ⇒ ::String
Returns the value of attribute configuration_item_md5_hash.
319 320 321 |
# File 'sig/types.rbs', line 319 def configuration_item_md5_hash @configuration_item_md5_hash end |
#configuration_item_status ⇒ "OK", ...
Returns the value of attribute configuration_item_status.
317 318 319 |
# File 'sig/types.rbs', line 317 def configuration_item_status @configuration_item_status end |
#configuration_state_id ⇒ ::String
Returns the value of attribute configuration_state_id.
318 319 320 |
# File 'sig/types.rbs', line 318 def configuration_state_id @configuration_state_id end |
#recording_frequency ⇒ "CONTINUOUS", "DAILY"
Returns the value of attribute recording_frequency.
332 333 334 |
# File 'sig/types.rbs', line 332 def recording_frequency @recording_frequency end |
#related_events ⇒ ::Array[::String]
Returns the value of attribute related_events.
328 329 330 |
# File 'sig/types.rbs', line 328 def end |
#relationships ⇒ ::Array[Types::Relationship]
Returns the value of attribute relationships.
329 330 331 |
# File 'sig/types.rbs', line 329 def relationships @relationships end |
#resource_creation_time ⇒ ::Time
Returns the value of attribute resource_creation_time.
326 327 328 |
# File 'sig/types.rbs', line 326 def resource_creation_time @resource_creation_time end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
322 323 324 |
# File 'sig/types.rbs', line 322 def resource_id @resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
323 324 325 |
# File 'sig/types.rbs', line 323 def resource_name @resource_name end |
#resource_type ⇒ "AWS::EC2::CustomerGateway", ...
Returns the value of attribute resource_type.
321 322 323 |
# File 'sig/types.rbs', line 321 def resource_type @resource_type end |
#supplementary_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute supplementary_configuration.
331 332 333 |
# File 'sig/types.rbs', line 331 def supplementary_configuration @supplementary_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
327 328 329 |
# File 'sig/types.rbs', line 327 def end |
#version ⇒ ::String
Returns the value of attribute version.
314 315 316 |
# File 'sig/types.rbs', line 314 def version @version end |