Class: Aws::Types::AssessmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#antipattern_report_s3_object ⇒ Types::S3Object
Returns the value of attribute antipattern_report_s3_object.
-
#antipattern_report_status ⇒ "FAILED", ...
Returns the value of attribute antipattern_report_status.
-
#antipattern_report_status_message ⇒ ::String
Returns the value of attribute antipattern_report_status_message.
-
#last_analyzed_timestamp ⇒ ::Time
Returns the value of attribute last_analyzed_timestamp.
-
#list_antipattern_severity_summary ⇒ ::Array[Types::AntipatternSeveritySummary]
Returns the value of attribute list_antipattern_severity_summary.
-
#list_application_component_status_summary ⇒ ::Array[Types::ApplicationComponentStatusSummary]
Returns the value of attribute list_application_component_status_summary.
-
#list_application_component_strategy_summary ⇒ ::Array[Types::StrategySummary]
Returns the value of attribute list_application_component_strategy_summary.
-
#list_application_component_summary ⇒ ::Array[Types::ApplicationComponentSummary]
Returns the value of attribute list_application_component_summary.
-
#list_server_status_summary ⇒ ::Array[Types::ServerStatusSummary]
Returns the value of attribute list_server_status_summary.
-
#list_server_strategy_summary ⇒ ::Array[Types::StrategySummary]
Returns the value of attribute list_server_strategy_summary.
-
#list_server_summary ⇒ ::Array[Types::ServerSummary]
Returns the value of attribute list_server_summary.
Instance Attribute Details
#antipattern_report_s3_object ⇒ Types::S3Object
Returns the value of attribute antipattern_report_s3_object.
126 127 128 |
# File 'sig/types.rbs', line 126 def antipattern_report_s3_object @antipattern_report_s3_object end |
#antipattern_report_status ⇒ "FAILED", ...
Returns the value of attribute antipattern_report_status.
127 128 129 |
# File 'sig/types.rbs', line 127 def antipattern_report_status @antipattern_report_status end |
#antipattern_report_status_message ⇒ ::String
Returns the value of attribute antipattern_report_status_message.
128 129 130 |
# File 'sig/types.rbs', line 128 def end |
#last_analyzed_timestamp ⇒ ::Time
Returns the value of attribute last_analyzed_timestamp.
129 130 131 |
# File 'sig/types.rbs', line 129 def end |
#list_antipattern_severity_summary ⇒ ::Array[Types::AntipatternSeveritySummary]
Returns the value of attribute list_antipattern_severity_summary.
130 131 132 |
# File 'sig/types.rbs', line 130 def list_antipattern_severity_summary @list_antipattern_severity_summary end |
#list_application_component_status_summary ⇒ ::Array[Types::ApplicationComponentStatusSummary]
Returns the value of attribute list_application_component_status_summary.
131 132 133 |
# File 'sig/types.rbs', line 131 def list_application_component_status_summary @list_application_component_status_summary end |
#list_application_component_strategy_summary ⇒ ::Array[Types::StrategySummary]
Returns the value of attribute list_application_component_strategy_summary.
132 133 134 |
# File 'sig/types.rbs', line 132 def list_application_component_strategy_summary @list_application_component_strategy_summary end |
#list_application_component_summary ⇒ ::Array[Types::ApplicationComponentSummary]
Returns the value of attribute list_application_component_summary.
133 134 135 |
# File 'sig/types.rbs', line 133 def list_application_component_summary @list_application_component_summary end |
#list_server_status_summary ⇒ ::Array[Types::ServerStatusSummary]
Returns the value of attribute list_server_status_summary.
134 135 136 |
# File 'sig/types.rbs', line 134 def list_server_status_summary @list_server_status_summary end |
#list_server_strategy_summary ⇒ ::Array[Types::StrategySummary]
Returns the value of attribute list_server_strategy_summary.
135 136 137 |
# File 'sig/types.rbs', line 135 def list_server_strategy_summary @list_server_strategy_summary end |
#list_server_summary ⇒ ::Array[Types::ServerSummary]
Returns the value of attribute list_server_summary.
136 137 138 |
# File 'sig/types.rbs', line 136 def list_server_summary @list_server_summary end |