Class: Aws::Types::ServerDetail
- Inherits:
-
Object
- Object
- Aws::Types::ServerDetail
- 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.
-
#application_component_strategy_summary ⇒ ::Array[Types::StrategySummary]
Returns the value of attribute application_component_strategy_summary.
-
#data_collection_status ⇒ "dataCollectionTaskToBeScheduled", ...
Returns the value of attribute data_collection_status.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recommendation_set ⇒ Types::RecommendationSet
Returns the value of attribute recommendation_set.
-
#server_error ⇒ Types::ServerError
Returns the value of attribute server_error.
-
#server_type ⇒ ::String
Returns the value of attribute server_type.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#system_info ⇒ Types::SystemInfo
Returns the value of attribute system_info.
Instance Attribute Details
#antipattern_report_s3_object ⇒ Types::S3Object
Returns the value of attribute antipattern_report_s3_object.
576 577 578 |
# File 'sig/types.rbs', line 576 def antipattern_report_s3_object @antipattern_report_s3_object end |
#antipattern_report_status ⇒ "FAILED", ...
Returns the value of attribute antipattern_report_status.
577 578 579 |
# File 'sig/types.rbs', line 577 def antipattern_report_status @antipattern_report_status end |
#antipattern_report_status_message ⇒ ::String
Returns the value of attribute antipattern_report_status_message.
578 579 580 |
# File 'sig/types.rbs', line 578 def end |
#application_component_strategy_summary ⇒ ::Array[Types::StrategySummary]
Returns the value of attribute application_component_strategy_summary.
579 580 581 |
# File 'sig/types.rbs', line 579 def application_component_strategy_summary @application_component_strategy_summary end |
#data_collection_status ⇒ "dataCollectionTaskToBeScheduled", ...
Returns the value of attribute data_collection_status.
580 581 582 |
# File 'sig/types.rbs', line 580 def data_collection_status @data_collection_status end |
#id ⇒ ::String
Returns the value of attribute id.
581 582 583 |
# File 'sig/types.rbs', line 581 def id @id end |
#last_analyzed_timestamp ⇒ ::Time
Returns the value of attribute last_analyzed_timestamp.
582 583 584 |
# File 'sig/types.rbs', line 582 def end |
#list_antipattern_severity_summary ⇒ ::Array[Types::AntipatternSeveritySummary]
Returns the value of attribute list_antipattern_severity_summary.
583 584 585 |
# File 'sig/types.rbs', line 583 def list_antipattern_severity_summary @list_antipattern_severity_summary end |
#name ⇒ ::String
Returns the value of attribute name.
584 585 586 |
# File 'sig/types.rbs', line 584 def name @name end |
#recommendation_set ⇒ Types::RecommendationSet
Returns the value of attribute recommendation_set.
585 586 587 |
# File 'sig/types.rbs', line 585 def recommendation_set @recommendation_set end |
#server_error ⇒ Types::ServerError
Returns the value of attribute server_error.
586 587 588 |
# File 'sig/types.rbs', line 586 def server_error @server_error end |
#server_type ⇒ ::String
Returns the value of attribute server_type.
587 588 589 |
# File 'sig/types.rbs', line 587 def server_type @server_type end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
588 589 590 |
# File 'sig/types.rbs', line 588 def end |
#system_info ⇒ Types::SystemInfo
Returns the value of attribute system_info.
589 590 591 |
# File 'sig/types.rbs', line 589 def system_info @system_info end |