Class: Aws::Types::AppSummary

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)


159
160
161
# File 'sig/types.rbs', line 159

def app_arn
  @app_arn
end

#assessment_schedule ⇒ "Disabled", "Daily"

Returns the value of attribute assessment_schedule.

Returns:

  • ("Disabled", "Daily")


160
161
162
# File 'sig/types.rbs', line 160

def assessment_schedule
  @assessment_schedule
end

#aws_application_arn ⇒ ::String

Returns the value of attribute aws_application_arn.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def aws_application_arn
  @aws_application_arn
end

#compliance_status ⇒ "PolicyBreached", ...

Returns the value of attribute compliance_status.

Returns:

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


162
163
164
# File 'sig/types.rbs', line 162

def compliance_status
  @compliance_status
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


163
164
165
# File 'sig/types.rbs', line 163

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def description
  @description
end

#drift_status ⇒ "NotChecked", ...

Returns the value of attribute drift_status.

Returns:

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


165
166
167
# File 'sig/types.rbs', line 165

def drift_status
  @drift_status
end

#last_app_compliance_evaluation_time ⇒ ::Time

Returns the value of attribute last_app_compliance_evaluation_time.

Returns:

  • (::Time)


166
167
168
# File 'sig/types.rbs', line 166

def last_app_compliance_evaluation_time
  @last_app_compliance_evaluation_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def name
  @name
end

#resiliency_score ⇒ ::Float

Returns the value of attribute resiliency_score.

Returns:

  • (::Float)


168
169
170
# File 'sig/types.rbs', line 168

def resiliency_score
  @resiliency_score
end

#rpo_in_secs ⇒ ::Integer

Returns the value of attribute rpo_in_secs.

Returns:

  • (::Integer)


169
170
171
# File 'sig/types.rbs', line 169

def rpo_in_secs
  @rpo_in_secs
end

#rto_in_secs ⇒ ::Integer

Returns the value of attribute rto_in_secs.

Returns:

  • (::Integer)


170
171
172
# File 'sig/types.rbs', line 170

def rto_in_secs
  @rto_in_secs
end

#status ⇒ "Active", "Deleting"

Returns the value of attribute status.

Returns:

  • ("Active", "Deleting")


171
172
173
# File 'sig/types.rbs', line 171

def status
  @status
end