Class: Aws::Types::Archive
- Inherits:
-
Object
- Object
- Aws::Types::Archive
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
-
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
-
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
-
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
38 39 40 |
# File 'sig/types.rbs', line 38 def archive_name @archive_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
45 46 47 |
# File 'sig/types.rbs', line 45 def creation_time @creation_time end |
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
44 45 46 |
# File 'sig/types.rbs', line 44 def event_count @event_count end |
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
39 40 41 |
# File 'sig/types.rbs', line 39 def event_source_arn @event_source_arn end |
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
42 43 44 |
# File 'sig/types.rbs', line 42 def retention_days @retention_days end |
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
43 44 45 |
# File 'sig/types.rbs', line 43 def size_bytes @size_bytes end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
40 41 42 |
# File 'sig/types.rbs', line 40 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
41 42 43 |
# File 'sig/types.rbs', line 41 def state_reason @state_reason end |