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.
30 31 32 |
# File 'sig/types.rbs', line 30 def archive_name @archive_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
37 38 39 |
# File 'sig/types.rbs', line 37 def creation_time @creation_time end |
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
36 37 38 |
# File 'sig/types.rbs', line 36 def event_count @event_count end |
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
31 32 33 |
# File 'sig/types.rbs', line 31 def event_source_arn @event_source_arn end |
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
34 35 36 |
# File 'sig/types.rbs', line 34 def retention_days @retention_days end |
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
35 36 37 |
# File 'sig/types.rbs', line 35 def size_bytes @size_bytes end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
32 33 34 |
# File 'sig/types.rbs', line 32 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
33 34 35 |
# File 'sig/types.rbs', line 33 def state_reason @state_reason end |