Class: Aws::Types::BaseConfigurationItem
- Inherits:
-
Object
- Object
- Aws::Types::BaseConfigurationItem
- 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_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.
-
#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.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
150 151 152 |
# File 'sig/types.rbs', line 150 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
154 155 156 |
# File 'sig/types.rbs', line 154 def arn @arn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
159 160 161 |
# File 'sig/types.rbs', line 159 def availability_zone @availability_zone end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
158 159 160 |
# File 'sig/types.rbs', line 158 def aws_region @aws_region end |
#configuration ⇒ ::String
Returns the value of attribute configuration.
161 162 163 |
# File 'sig/types.rbs', line 161 def configuration @configuration end |
#configuration_item_capture_time ⇒ ::Time
Returns the value of attribute configuration_item_capture_time.
151 152 153 |
# File 'sig/types.rbs', line 151 def configuration_item_capture_time @configuration_item_capture_time end |
#configuration_item_delivery_time ⇒ ::Time
Returns the value of attribute configuration_item_delivery_time.
164 165 166 |
# File 'sig/types.rbs', line 164 def configuration_item_delivery_time @configuration_item_delivery_time end |
#configuration_item_status ⇒ "OK", ...
Returns the value of attribute configuration_item_status.
152 153 154 |
# File 'sig/types.rbs', line 152 def configuration_item_status @configuration_item_status end |
#configuration_state_id ⇒ ::String
Returns the value of attribute configuration_state_id.
153 154 155 |
# File 'sig/types.rbs', line 153 def configuration_state_id @configuration_state_id end |
#recording_frequency ⇒ "CONTINUOUS", "DAILY"
Returns the value of attribute recording_frequency.
163 164 165 |
# File 'sig/types.rbs', line 163 def recording_frequency @recording_frequency end |
#resource_creation_time ⇒ ::Time
Returns the value of attribute resource_creation_time.
160 161 162 |
# File 'sig/types.rbs', line 160 def resource_creation_time @resource_creation_time end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
156 157 158 |
# File 'sig/types.rbs', line 156 def resource_id @resource_id end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
157 158 159 |
# File 'sig/types.rbs', line 157 def resource_name @resource_name end |
#resource_type ⇒ "AWS::EC2::CustomerGateway", ...
Returns the value of attribute resource_type.
155 156 157 |
# File 'sig/types.rbs', line 155 def resource_type @resource_type end |
#supplementary_configuration ⇒ ::Hash[::String, ::String]
Returns the value of attribute supplementary_configuration.
162 163 164 |
# File 'sig/types.rbs', line 162 def supplementary_configuration @supplementary_configuration end |
#version ⇒ ::String
Returns the value of attribute version.
149 150 151 |
# File 'sig/types.rbs', line 149 def version @version end |