Class: Aws::Types::UpdateArchiveRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#archive_id::String

Returns the value of attribute archive_id.

Returns:



1482
1483
1484
# File 'sig/types.rbs', line 1482

def archive_id
  @archive_id
end

#archive_name::String

Returns the value of attribute archive_name.

Returns:



1483
1484
1485
# File 'sig/types.rbs', line 1483

def archive_name
  @archive_name
end

#retentionTypes::ArchiveRetention

Returns the value of attribute retention.

Returns:



1484
1485
1486
# File 'sig/types.rbs', line 1484

def retention
  @retention
end