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.
-
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
Instance Attribute Details
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def archive_name @archive_name end |
#description ⇒ ::String
Returns the value of attribute description.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def description @description end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
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.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def retention_days @retention_days end |