Class: Aws::Types::AssessmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#antipattern_report_s3_objectTypes::S3Object

Returns the value of attribute antipattern_report_s3_object.

Returns:



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.

Returns:

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


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.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def antipattern_report_status_message
  @antipattern_report_status_message
end

#last_analyzed_timestamp::Time

Returns the value of attribute last_analyzed_timestamp.

Returns:

  • (::Time)


129
130
131
# File 'sig/types.rbs', line 129

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:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def list_server_summary
  @list_server_summary
end