Class: Aws::Types::Control
- Inherits:
-
Object
- Object
- Aws::Types::Control
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_plan_instructions ⇒ ::String
Returns the value of attribute action_plan_instructions.
-
#action_plan_title ⇒ ::String
Returns the value of attribute action_plan_title.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#control_mapping_sources ⇒ ::Array[Types::ControlMappingSource]
Returns the value of attribute control_mapping_sources.
-
#control_sources ⇒ ::String
Returns the value of attribute control_sources.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ACTIVE", "END_OF_SUPPORT"
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#testing_information ⇒ ::String
Returns the value of attribute testing_information.
-
#type ⇒ "Standard", ...
Returns the value of attribute type.
Instance Attribute Details
#action_plan_instructions ⇒ ::String
Returns the value of attribute action_plan_instructions.
300 301 302 |
# File 'sig/types.rbs', line 300 def action_plan_instructions @action_plan_instructions end |
#action_plan_title ⇒ ::String
Returns the value of attribute action_plan_title.
299 300 301 |
# File 'sig/types.rbs', line 299 def action_plan_title @action_plan_title end |
#arn ⇒ ::String
Returns the value of attribute arn.
293 294 295 |
# File 'sig/types.rbs', line 293 def arn @arn end |
#control_mapping_sources ⇒ ::Array[Types::ControlMappingSource]
Returns the value of attribute control_mapping_sources.
302 303 304 |
# File 'sig/types.rbs', line 302 def control_mapping_sources @control_mapping_sources end |
#control_sources ⇒ ::String
Returns the value of attribute control_sources.
301 302 303 |
# File 'sig/types.rbs', line 301 def control_sources @control_sources end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
303 304 305 |
# File 'sig/types.rbs', line 303 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
305 306 307 |
# File 'sig/types.rbs', line 305 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
297 298 299 |
# File 'sig/types.rbs', line 297 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
294 295 296 |
# File 'sig/types.rbs', line 294 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
304 305 306 |
# File 'sig/types.rbs', line 304 def last_updated_at @last_updated_at end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
306 307 308 |
# File 'sig/types.rbs', line 306 def last_updated_by @last_updated_by end |
#name ⇒ ::String
Returns the value of attribute name.
296 297 298 |
# File 'sig/types.rbs', line 296 def name @name end |
#state ⇒ "ACTIVE", "END_OF_SUPPORT"
Returns the value of attribute state.
308 309 310 |
# File 'sig/types.rbs', line 308 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
307 308 309 |
# File 'sig/types.rbs', line 307 def @tags end |
#testing_information ⇒ ::String
Returns the value of attribute testing_information.
298 299 300 |
# File 'sig/types.rbs', line 298 def testing_information @testing_information end |
#type ⇒ "Standard", ...
Returns the value of attribute type.
295 296 297 |
# File 'sig/types.rbs', line 295 def type @type end |