Module: Aws::CloudWatchEvents::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
- #retention_days ⇒ ::Integer
- #size_bytes ⇒ ::Integer
- #state ⇒ "ENABLED", ...
- #state_reason ⇒ ::String
Instance Method Details
#archive_arn ⇒ ::String
292 |
# File 'sig/client.rbs', line 292
def archive_arn: () -> ::String
|
#archive_name ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def archive_name: () -> ::String
|
#creation_time ⇒ ::Time
302 |
# File 'sig/client.rbs', line 302
def creation_time: () -> ::Time
|
#description ⇒ ::String
295 |
# File 'sig/client.rbs', line 295
def description: () -> ::String
|
#event_count ⇒ ::Integer
301 |
# File 'sig/client.rbs', line 301
def event_count: () -> ::Integer
|
#event_pattern ⇒ ::String
296 |
# File 'sig/client.rbs', line 296
def event_pattern: () -> ::String
|
#event_source_arn ⇒ ::String
294 |
# File 'sig/client.rbs', line 294
def event_source_arn: () -> ::String
|
#retention_days ⇒ ::Integer
299 |
# File 'sig/client.rbs', line 299
def retention_days: () -> ::Integer
|
#size_bytes ⇒ ::Integer
300 |
# File 'sig/client.rbs', line 300
def size_bytes: () -> ::Integer
|
#state ⇒ "ENABLED", ...
297 |
# File 'sig/client.rbs', line 297
def state: () -> ("ENABLED" | "DISABLED" | "CREATING" | "UPDATING" | "CREATE_FAILED" | "UPDATE_FAILED")
|
#state_reason ⇒ ::String
298 |
# File 'sig/client.rbs', line 298
def state_reason: () -> ::String
|