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:

  • (::String)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def archive_name
  @archive_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def description
  @description
end

#event_pattern::String

Returns the value of attribute event_pattern.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def event_pattern
  @event_pattern
end

#kms_key_identifier::String

Returns the value of attribute kms_key_identifier.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def kms_key_identifier
  @kms_key_identifier
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def retention_days
  @retention_days
end