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.
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#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.
431 432 433 |
# File 'sig/types.rbs', line 431 def archive_arn @archive_arn end |
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
432 433 434 |
# File 'sig/types.rbs', line 432 def archive_name @archive_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
442 443 444 |
# File 'sig/types.rbs', line 442 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
434 435 436 |
# File 'sig/types.rbs', line 434 def description @description end |
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
441 442 443 |
# File 'sig/types.rbs', line 441 def event_count @event_count end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
435 436 437 |
# File 'sig/types.rbs', line 435 def event_pattern @event_pattern end |
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
433 434 435 |
# File 'sig/types.rbs', line 433 def event_source_arn @event_source_arn end |
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
438 439 440 |
# File 'sig/types.rbs', line 438 def kms_key_identifier @kms_key_identifier end |
#retention_days ⇒ ::Integer
Returns the value of attribute retention_days.
439 440 441 |
# File 'sig/types.rbs', line 439 def retention_days @retention_days end |
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
440 441 442 |
# File 'sig/types.rbs', line 440 def size_bytes @size_bytes end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
436 437 438 |
# File 'sig/types.rbs', line 436 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
437 438 439 |
# File 'sig/types.rbs', line 437 def state_reason @state_reason end |