Class: Aws::Types::DisruptionCompliance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#achievable_rpo_in_secs ⇒ ::Integer

Returns the value of attribute achievable_rpo_in_secs.

Returns:

  • (::Integer)


610
611
612
# File 'sig/types.rbs', line 610

def achievable_rpo_in_secs
  @achievable_rpo_in_secs
end

#achievable_rto_in_secs ⇒ ::Integer

Returns the value of attribute achievable_rto_in_secs.

Returns:

  • (::Integer)


611
612
613
# File 'sig/types.rbs', line 611

def achievable_rto_in_secs
  @achievable_rto_in_secs
end

#compliance_status ⇒ "PolicyBreached", ...

Returns the value of attribute compliance_status.

Returns:

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


612
613
614
# File 'sig/types.rbs', line 612

def compliance_status
  @compliance_status
end

#current_rpo_in_secs ⇒ ::Integer

Returns the value of attribute current_rpo_in_secs.

Returns:

  • (::Integer)


613
614
615
# File 'sig/types.rbs', line 613

def current_rpo_in_secs
  @current_rpo_in_secs
end

#current_rto_in_secs ⇒ ::Integer

Returns the value of attribute current_rto_in_secs.

Returns:

  • (::Integer)


614
615
616
# File 'sig/types.rbs', line 614

def current_rto_in_secs
  @current_rto_in_secs
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


615
616
617
# File 'sig/types.rbs', line 615

def message
  @message
end

#rpo_description ⇒ ::String

Returns the value of attribute rpo_description.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def rpo_description
  @rpo_description
end

#rpo_reference_id ⇒ ::String

Returns the value of attribute rpo_reference_id.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def rpo_reference_id
  @rpo_reference_id
end

#rto_description ⇒ ::String

Returns the value of attribute rto_description.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def rto_description
  @rto_description
end

#rto_reference_id ⇒ ::String

Returns the value of attribute rto_reference_id.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def rto_reference_id
  @rto_reference_id
end