Class: Aws::Types::LegalHold

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancellation_date::Time

Returns the value of attribute cancellation_date.

Returns:

  • (::Time)


1186
1187
1188
# File 'sig/types.rbs', line 1186

def cancellation_date
  @cancellation_date
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def description
  @description
end

Returns the value of attribute legal_hold_arn.

Returns:

  • (::String)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def legal_hold_arn
  @legal_hold_arn
end

Returns the value of attribute legal_hold_id.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def legal_hold_id
  @legal_hold_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1181
1182
1183
# File 'sig/types.rbs', line 1181

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def title
  @title
end