Class: Aws::Types::CreateArchiveRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateArchiveRequest
- 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.
-
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
-
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
Instance Attribute Details
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
185 186 187 |
# File 'sig/types.rbs', line 185 def archive_name @archive_name end |
#description ⇒ ::String
Returns the value of attribute description.
187 188 189 |
# File 'sig/types.rbs', line 187 def description @description end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
188 189 190 |
# File 'sig/types.rbs', line 188 def event_pattern @event_pattern end |
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
186 187 188 |
# File 'sig/types.rbs', line 186 def event_source_arn @event_source_arn end |
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
189 190 191 |
# File 'sig/types.rbs', line 189 def retention_days @retention_days end |