Class: Aws::Types::ConfigurationCheckOperation
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationCheckOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#configuration_check_description ⇒ ::String
Returns the value of attribute configuration_check_description.
-
#configuration_check_id ⇒ "SAP_CHECK_01", ...
Returns the value of attribute configuration_check_id.
-
#configuration_check_name ⇒ ::String
Returns the value of attribute configuration_check_name.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#rule_status_counts ⇒ Types::RuleStatusCounts
Returns the value of attribute rule_status_counts.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "INPROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
105 106 107 |
# File 'sig/types.rbs', line 105 def application_id @application_id end |
#configuration_check_description ⇒ ::String
Returns the value of attribute configuration_check_description.
110 111 112 |
# File 'sig/types.rbs', line 110 def configuration_check_description @configuration_check_description end |
#configuration_check_id ⇒ "SAP_CHECK_01", ...
Returns the value of attribute configuration_check_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def configuration_check_id @configuration_check_id end |
#configuration_check_name ⇒ ::String
Returns the value of attribute configuration_check_name.
109 110 111 |
# File 'sig/types.rbs', line 109 def configuration_check_name @configuration_check_name end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
112 113 114 |
# File 'sig/types.rbs', line 112 def end_time @end_time end |
#id ⇒ ::String
Returns the value of attribute id.
104 105 106 |
# File 'sig/types.rbs', line 104 def id @id end |
#rule_status_counts ⇒ Types::RuleStatusCounts
Returns the value of attribute rule_status_counts.
113 114 115 |
# File 'sig/types.rbs', line 113 def rule_status_counts @rule_status_counts end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
111 112 113 |
# File 'sig/types.rbs', line 111 def start_time @start_time end |
#status ⇒ "INPROGRESS", ...
Returns the value of attribute status.
106 107 108 |
# File 'sig/types.rbs', line 106 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
107 108 109 |
# File 'sig/types.rbs', line 107 def @status_message end |