Class: Aws::Types::WorkloadSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#improvement_status ⇒ "NOT_APPLICABLE", ...

Returns the value of attribute improvement_status.



2218
2219
2220
# File 'sig/types.rbs', line 2218

def improvement_status
  @improvement_status
end

#lenses ⇒ ::Array[::String]

Returns the value of attribute lenses.



2216
2217
2218
# File 'sig/types.rbs', line 2216

def lenses
  @lenses
end

#owner ⇒ ::String

Returns the value of attribute owner.



2214
2215
2216
# File 'sig/types.rbs', line 2214

def owner
  @owner
end

#prioritized_risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]

Returns the value of attribute prioritized_risk_counts.



2220
2221
2222
# File 'sig/types.rbs', line 2220

def prioritized_risk_counts
  @prioritized_risk_counts
end

#profiles ⇒ ::Array[Types::WorkloadProfile]

Returns the value of attribute profiles.



2219
2220
2221
# File 'sig/types.rbs', line 2219

def profiles
  @profiles
end

#risk_counts ⇒ ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]

Returns the value of attribute risk_counts.



2217
2218
2219
# File 'sig/types.rbs', line 2217

def risk_counts
  @risk_counts
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.



2215
2216
2217
# File 'sig/types.rbs', line 2215

def updated_at
  @updated_at
end

#workload_arn ⇒ ::String

Returns the value of attribute workload_arn.



2212
2213
2214
# File 'sig/types.rbs', line 2212

def workload_arn
  @workload_arn
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.



2211
2212
2213
# File 'sig/types.rbs', line 2211

def workload_id
  @workload_id
end

#workload_name ⇒ ::String

Returns the value of attribute workload_name.



2213
2214
2215
# File 'sig/types.rbs', line 2213

def workload_name
  @workload_name
end