Module: Aws::EventBridge::Client::_DescribeArchiveResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeArchiveResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #archive_arn ⇒ ::String
- #archive_name ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #event_count ⇒ ::Integer
- #event_pattern ⇒ ::String
- #event_source_arn ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #retention_days ⇒ ::Integer
- #size_bytes ⇒ ::Integer
- #state ⇒ "ENABLED", ...
- #state_reason ⇒ ::String
Instance Method Details
#archive_arn ⇒ ::String
353 |
# File 'sig/client.rbs', line 353
def archive_arn: () -> ::String
|
#archive_name ⇒ ::String
354 |
# File 'sig/client.rbs', line 354
def archive_name: () -> ::String
|
#creation_time ⇒ ::Time
364 |
# File 'sig/client.rbs', line 364
def creation_time: () -> ::Time
|
#description ⇒ ::String
356 |
# File 'sig/client.rbs', line 356
def description: () -> ::String
|
#event_count ⇒ ::Integer
363 |
# File 'sig/client.rbs', line 363
def event_count: () -> ::Integer
|
#event_pattern ⇒ ::String
357 |
# File 'sig/client.rbs', line 357
def event_pattern: () -> ::String
|
#event_source_arn ⇒ ::String
355 |
# File 'sig/client.rbs', line 355
def event_source_arn: () -> ::String
|
#kms_key_identifier ⇒ ::String
360 |
# File 'sig/client.rbs', line 360
def kms_key_identifier: () -> ::String
|
#retention_days ⇒ ::Integer
361 |
# File 'sig/client.rbs', line 361
def retention_days: () -> ::Integer
|
#size_bytes ⇒ ::Integer
362 |
# File 'sig/client.rbs', line 362
def size_bytes: () -> ::Integer
|
#state ⇒ "ENABLED", ...
358 |
# File 'sig/client.rbs', line 358
def state: () -> ("ENABLED" | "DISABLED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#state_reason ⇒ ::String
359 |
# File 'sig/client.rbs', line 359
def state_reason: () -> ::String
|