Class: Aws::Types::ArchivalSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#archival_backup_arn::String

Returns the value of attribute archival_backup_arn.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def archival_backup_arn
  @archival_backup_arn
end

#archival_date_time::Time

Returns the value of attribute archival_date_time.

Returns:

  • (::Time)


12
13
14
# File 'sig/types.rbs', line 12

def archival_date_time
  @archival_date_time
end

#archival_reason::String

Returns the value of attribute archival_reason.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def archival_reason
  @archival_reason
end