Class: Aws::Types::ApplicationComponentDetail
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationComponentDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_status ⇒ "ANALYSIS_TO_BE_SCHEDULED", ...
Returns the value of attribute analysis_status.
-
#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.
-
#app_type ⇒ "DotNetFramework", ...
Returns the value of attribute app_type.
-
#app_unit_error ⇒ Types::AppUnitError
Returns the value of attribute app_unit_error.
-
#associated_server_id ⇒ ::String
Returns the value of attribute associated_server_id.
-
#database_config_detail ⇒ Types::DatabaseConfigDetail
Returns the value of attribute database_config_detail.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#inclusion_status ⇒ "excludeFromAssessment", "includeInAssessment"
Returns the value of attribute inclusion_status.
-
#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.
-
#more_server_association_exists ⇒ Boolean
Returns the value of attribute more_server_association_exists.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#os_driver ⇒ ::String
Returns the value of attribute os_driver.
-
#os_version ⇒ ::String
Returns the value of attribute os_version.
-
#recommendation_set ⇒ Types::RecommendationSet
Returns the value of attribute recommendation_set.
-
#resource_sub_type ⇒ "Database", ...
Returns the value of attribute resource_sub_type.
-
#result_list ⇒ ::Array[Types::Result]
Returns the value of attribute result_list.
-
#runtime_status ⇒ "ANALYSIS_TO_BE_SCHEDULED", ...
Returns the value of attribute runtime_status.
-
#runtime_status_message ⇒ ::String
Returns the value of attribute runtime_status_message.
-
#source_code_repositories ⇒ ::Array[Types::SourceCodeRepository]
Returns the value of attribute source_code_repositories.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#analysis_status ⇒ "ANALYSIS_TO_BE_SCHEDULED", ...
Returns the value of attribute analysis_status.
75 76 77 |
# File 'sig/types.rbs', line 75 def analysis_status @analysis_status end |
#antipattern_report_s3_object ⇒ Types::S3Object
Returns the value of attribute antipattern_report_s3_object.
76 77 78 |
# File 'sig/types.rbs', line 76 def antipattern_report_s3_object @antipattern_report_s3_object end |
#antipattern_report_status ⇒ "FAILED", ...
Returns the value of attribute antipattern_report_status.
77 78 79 |
# File 'sig/types.rbs', line 77 def antipattern_report_status @antipattern_report_status end |
#antipattern_report_status_message ⇒ ::String
Returns the value of attribute antipattern_report_status_message.
78 79 80 |
# File 'sig/types.rbs', line 78 def @antipattern_report_status_message end |
#app_type ⇒ "DotNetFramework", ...
Returns the value of attribute app_type.
79 80 81 |
# File 'sig/types.rbs', line 79 def app_type @app_type end |
#app_unit_error ⇒ Types::AppUnitError
Returns the value of attribute app_unit_error.
80 81 82 |
# File 'sig/types.rbs', line 80 def app_unit_error @app_unit_error end |
#associated_server_id ⇒ ::String
Returns the value of attribute associated_server_id.
81 82 83 |
# File 'sig/types.rbs', line 81 def associated_server_id @associated_server_id end |
#database_config_detail ⇒ Types::DatabaseConfigDetail
Returns the value of attribute database_config_detail.
82 83 84 |
# File 'sig/types.rbs', line 82 def database_config_detail @database_config_detail end |
#id ⇒ ::String
Returns the value of attribute id.
83 84 85 |
# File 'sig/types.rbs', line 83 def id @id end |
#inclusion_status ⇒ "excludeFromAssessment", "includeInAssessment"
Returns the value of attribute inclusion_status.
84 85 86 |
# File 'sig/types.rbs', line 84 def inclusion_status @inclusion_status end |
#last_analyzed_timestamp ⇒ ::Time
Returns the value of attribute last_analyzed_timestamp.
85 86 87 |
# File 'sig/types.rbs', line 85 def @last_analyzed_timestamp end |
#list_antipattern_severity_summary ⇒ ::Array[Types::AntipatternSeveritySummary]
Returns the value of attribute list_antipattern_severity_summary.
86 87 88 |
# File 'sig/types.rbs', line 86 def list_antipattern_severity_summary @list_antipattern_severity_summary end |
#more_server_association_exists ⇒ Boolean
Returns the value of attribute more_server_association_exists.
87 88 89 |
# File 'sig/types.rbs', line 87 def more_server_association_exists @more_server_association_exists end |
#name ⇒ ::String
Returns the value of attribute name.
88 89 90 |
# File 'sig/types.rbs', line 88 def name @name end |
#os_driver ⇒ ::String
Returns the value of attribute os_driver.
89 90 91 |
# File 'sig/types.rbs', line 89 def os_driver @os_driver end |
#os_version ⇒ ::String
Returns the value of attribute os_version.
90 91 92 |
# File 'sig/types.rbs', line 90 def os_version @os_version end |
#recommendation_set ⇒ Types::RecommendationSet
Returns the value of attribute recommendation_set.
91 92 93 |
# File 'sig/types.rbs', line 91 def recommendation_set @recommendation_set end |
#resource_sub_type ⇒ "Database", ...
Returns the value of attribute resource_sub_type.
92 93 94 |
# File 'sig/types.rbs', line 92 def resource_sub_type @resource_sub_type end |
#result_list ⇒ ::Array[Types::Result]
Returns the value of attribute result_list.
93 94 95 |
# File 'sig/types.rbs', line 93 def result_list @result_list end |
#runtime_status ⇒ "ANALYSIS_TO_BE_SCHEDULED", ...
Returns the value of attribute runtime_status.
94 95 96 |
# File 'sig/types.rbs', line 94 def runtime_status @runtime_status end |
#runtime_status_message ⇒ ::String
Returns the value of attribute runtime_status_message.
95 96 97 |
# File 'sig/types.rbs', line 95 def @runtime_status_message end |
#source_code_repositories ⇒ ::Array[Types::SourceCodeRepository]
Returns the value of attribute source_code_repositories.
96 97 98 |
# File 'sig/types.rbs', line 96 def source_code_repositories @source_code_repositories end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
97 98 99 |
# File 'sig/types.rbs', line 97 def @status_message end |