Class: Aws::Types::CreateLegalHoldOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


391
392
393
# File 'sig/types.rbs', line 391

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def description
  @description
end

Returns the value of attribute legal_hold_arn.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def legal_hold_arn
  @legal_hold_arn
end

Returns the value of attribute legal_hold_id.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def legal_hold_id
  @legal_hold_id
end

#recovery_point_selectionTypes::RecoveryPointSelection

Returns the value of attribute recovery_point_selection.



392
393
394
# File 'sig/types.rbs', line 392

def recovery_point_selection
  @recovery_point_selection
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


387
388
389
# File 'sig/types.rbs', line 387

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def title
  @title
end