Class: Aws::Types::AppAssessmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def app_arn
  @app_arn
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def app_version
  @app_version
end

#assessment_arn ⇒ ::String

Returns the value of attribute assessment_arn.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def assessment_arn
  @assessment_arn
end

#assessment_name ⇒ ::String

Returns the value of attribute assessment_name.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def assessment_name
  @assessment_name
end

#assessment_status ⇒ "Pending", ...

Returns the value of attribute assessment_status.

Returns:

  • ("Pending", "InProgress", "Failed", "Success")


117
118
119
# File 'sig/types.rbs', line 117

def assessment_status
  @assessment_status
end

#compliance_status ⇒ "PolicyBreached", ...

Returns the value of attribute compliance_status.

Returns:

  • ("PolicyBreached", "PolicyMet", "NotApplicable", "MissingPolicy")


118
119
120
# File 'sig/types.rbs', line 118

def compliance_status
  @compliance_status
end

#cost ⇒ Types::Cost

Returns the value of attribute cost.

Returns:



119
120
121
# File 'sig/types.rbs', line 119

def cost
  @cost
end

#drift_status ⇒ "NotChecked", ...

Returns the value of attribute drift_status.

Returns:

  • ("NotChecked", "NotDetected", "Detected")


120
121
122
# File 'sig/types.rbs', line 120

def drift_status
  @drift_status
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


121
122
123
# File 'sig/types.rbs', line 121

def end_time
  @end_time
end

#invoker ⇒ "User", "System"

Returns the value of attribute invoker.

Returns:

  • ("User", "System")


122
123
124
# File 'sig/types.rbs', line 122

def invoker
  @invoker
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def message
  @message
end

#resiliency_score ⇒ ::Float

Returns the value of attribute resiliency_score.

Returns:

  • (::Float)


124
125
126
# File 'sig/types.rbs', line 124

def resiliency_score
  @resiliency_score
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


125
126
127
# File 'sig/types.rbs', line 125

def start_time
  @start_time
end

#version_name ⇒ ::String

Returns the value of attribute version_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def version_name
  @version_name
end