Class: Aws::Types::UpdateArchiveRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateArchiveRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
Instance Attribute Details
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def archive_name @archive_name end |
#description ⇒ ::String
Returns the value of attribute description.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def description @description end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
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.
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.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def retention_days @retention_days end |