Class: Aws::Types::ApplicationComponentDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_status"ANALYSIS_TO_BE_SCHEDULED", ...

Returns the value of attribute analysis_status.

Returns:

  • ("ANALYSIS_TO_BE_SCHEDULED", "ANALYSIS_STARTED", "ANALYSIS_SUCCESS", "ANALYSIS_FAILED", "ANALYSIS_PARTIAL_SUCCESS", "UNCONFIGURED", "CONFIGURED")


75
76
77
# File 'sig/types.rbs', line 75

def analysis_status
  @analysis_status
end

#antipattern_report_s3_objectTypes::S3Object

Returns the value of attribute antipattern_report_s3_object.

Returns:



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.

Returns:

  • ("FAILED", "IN_PROGRESS", "SUCCESS")


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.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def antipattern_report_status_message
  @antipattern_report_status_message
end

#app_type"DotNetFramework", ...

Returns the value of attribute app_type.

Returns:

  • ("DotNetFramework", "Java", "SQLServer", "IIS", "Oracle", "Other", "Tomcat", "JBoss", "Spring", "Mongo DB", "DB2", "Maria DB", "MySQL", "Sybase", "PostgreSQLServer", "Cassandra", "IBM WebSphere", "Oracle WebLogic", "Visual Basic", "Unknown", "DotnetCore", "Dotnet")


79
80
81
# File 'sig/types.rbs', line 79

def app_type
  @app_type
end

#app_unit_errorTypes::AppUnitError

Returns the value of attribute app_unit_error.

Returns:



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.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def associated_server_id
  @associated_server_id
end

#database_config_detailTypes::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.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def id
  @id
end

#inclusion_status"excludeFromAssessment", "includeInAssessment"

Returns the value of attribute inclusion_status.

Returns:

  • ("excludeFromAssessment", "includeInAssessment")


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.

Returns:

  • (::Time)


85
86
87
# File 'sig/types.rbs', line 85

def last_analyzed_timestamp
  @last_analyzed_timestamp
end

#list_antipattern_severity_summary::Array[Types::AntipatternSeveritySummary]

Returns the value of attribute list_antipattern_severity_summary.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def list_antipattern_severity_summary
  @list_antipattern_severity_summary
end

#more_server_association_existsBoolean

Returns the value of attribute more_server_association_exists.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def name
  @name
end

#os_driver::String

Returns the value of attribute os_driver.

Returns:

  • (::String)


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.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def os_version
  @os_version
end

#recommendation_setTypes::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.

Returns:

  • ("Database", "Process", "DatabaseProcess")


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.

Returns:



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.

Returns:

  • ("ANALYSIS_TO_BE_SCHEDULED", "ANALYSIS_STARTED", "ANALYSIS_SUCCESS", "ANALYSIS_FAILED")


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.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def runtime_status_message
  @runtime_status_message
end

#source_code_repositories::Array[Types::SourceCodeRepository]

Returns the value of attribute source_code_repositories.

Returns:



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.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def status_message
  @status_message
end