Class: Aws::Types::DescribeArchiveResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeArchiveResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_arn ⇒ ::String
Returns the value of attribute archive_arn.
-
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
-
#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.
-
#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_arn ⇒ ::String
Returns the value of attribute archive_arn.
371 372 373 |
# File 'sig/types.rbs', line 371 def archive_arn @archive_arn end |
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
372 373 374 |
# File 'sig/types.rbs', line 372 def archive_name @archive_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
381 382 383 |
# File 'sig/types.rbs', line 381 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
374 375 376 |
# File 'sig/types.rbs', line 374 def description @description end |
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
380 381 382 |
# File 'sig/types.rbs', line 380 def event_count @event_count end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
375 376 377 |
# File 'sig/types.rbs', line 375 def event_pattern @event_pattern end |
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
373 374 375 |
# File 'sig/types.rbs', line 373 def event_source_arn @event_source_arn end |
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
378 379 380 |
# File 'sig/types.rbs', line 378 def retention_days @retention_days end |
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
379 380 381 |
# File 'sig/types.rbs', line 379 def size_bytes @size_bytes end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
376 377 378 |
# File 'sig/types.rbs', line 376 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
377 378 379 |
# File 'sig/types.rbs', line 377 def state_reason @state_reason end |