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_name::String

Returns the value of attribute archive_name.

Returns:



1070
1071
1072
# File 'sig/types.rbs', line 1070

def archive_name
  @archive_name
end

#description::String

Returns the value of attribute description.

Returns:



1071
1072
1073
# File 'sig/types.rbs', line 1071

def description
  @description
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:



1072
1073
1074
# File 'sig/types.rbs', line 1072

def event_pattern
  @event_pattern
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:



1073
1074
1075
# File 'sig/types.rbs', line 1073

def retention_days
  @retention_days
end