Class: Aws::Types::ComplianceDrift

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_reference_id ⇒ ::String

Returns the value of attribute actual_reference_id.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def actual_reference_id
  @actual_reference_id
end

#actual_value ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::DisruptionCompliance]

Returns the value of attribute actual_value.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def actual_value
  @actual_value
end

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def app_id
  @app_id
end

#app_version ⇒ ::String

Returns the value of attribute app_version.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def app_version
  @app_version
end

#diff_type ⇒ "NotEqual", ...

Returns the value of attribute diff_type.

Returns:

  • ("NotEqual", "Added", "Removed")


230
231
232
# File 'sig/types.rbs', line 230

def diff_type
  @diff_type
end

#drift_type ⇒ "ApplicationCompliance", "AppComponentResiliencyComplianceStatus"

Returns the value of attribute drift_type.

Returns:

  • ("ApplicationCompliance", "AppComponentResiliencyComplianceStatus")


231
232
233
# File 'sig/types.rbs', line 231

def drift_type
  @drift_type
end

#entity_id ⇒ ::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def entity_id
  @entity_id
end

#entity_type ⇒ ::String

Returns the value of attribute entity_type.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def entity_type
  @entity_type
end

#expected_reference_id ⇒ ::String

Returns the value of attribute expected_reference_id.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def expected_reference_id
  @expected_reference_id
end

#expected_value ⇒ ::Hash[("Software" | "Hardware" | "AZ" | "Region"), Types::DisruptionCompliance]

Returns the value of attribute expected_value.

Returns:



235
236
237
# File 'sig/types.rbs', line 235

def expected_value
  @expected_value
end