Class: Aws::Types::GetLegalHoldOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_description::String

Returns the value of attribute cancel_description.

Returns:

  • (::String)


993
994
995
# File 'sig/types.rbs', line 993

def cancel_description
  @cancel_description
end

#cancellation_date::Time

Returns the value of attribute cancellation_date.

Returns:

  • (::Time)


997
998
999
# File 'sig/types.rbs', line 997

def cancellation_date
  @cancellation_date
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


996
997
998
# File 'sig/types.rbs', line 996

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def description
  @description
end

Returns the value of attribute legal_hold_arn.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def legal_hold_arn
  @legal_hold_arn
end

Returns the value of attribute legal_hold_id.

Returns:

  • (::String)


994
995
996
# File 'sig/types.rbs', line 994

def legal_hold_id
  @legal_hold_id
end

#recovery_point_selectionTypes::RecoveryPointSelection

Returns the value of attribute recovery_point_selection.



999
1000
1001
# File 'sig/types.rbs', line 999

def recovery_point_selection
  @recovery_point_selection
end

#retain_record_until::Time

Returns the value of attribute retain_record_until.

Returns:

  • (::Time)


998
999
1000
# File 'sig/types.rbs', line 998

def retain_record_until
  @retain_record_until
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "CANCELING", "CANCELED")


991
992
993
# File 'sig/types.rbs', line 991

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


990
991
992
# File 'sig/types.rbs', line 990

def title
  @title
end