Class: Aws::Types::RecommendationDisruptionCompliance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expected_compliance_status ⇒ "PolicyBreached", ...

Returns the value of attribute expected_compliance_status.

Returns:

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


1087
1088
1089
# File 'sig/types.rbs', line 1087

def expected_compliance_status
  @expected_compliance_status
end

#expected_rpo_description ⇒ ::String

Returns the value of attribute expected_rpo_description.

Returns:

  • (::String)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def expected_rpo_description
  @expected_rpo_description
end

#expected_rpo_in_secs ⇒ ::Integer

Returns the value of attribute expected_rpo_in_secs.

Returns:

  • (::Integer)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def expected_rpo_in_secs
  @expected_rpo_in_secs
end

#expected_rto_description ⇒ ::String

Returns the value of attribute expected_rto_description.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def expected_rto_description
  @expected_rto_description
end

#expected_rto_in_secs ⇒ ::Integer

Returns the value of attribute expected_rto_in_secs.

Returns:

  • (::Integer)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def expected_rto_in_secs
  @expected_rto_in_secs
end