Class: Aws::CloudWatchEvents::Types::DescribeArchiveResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DescribeArchiveResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_arn ⇒ String
The ARN of the archive.
-
#archive_name ⇒ String
The name of the archive.
-
#creation_time ⇒ Time
The time at which the archive was created.
-
#description ⇒ String
The description of the archive.
-
#event_count ⇒ Integer
The number of events in the archive.
-
#event_pattern ⇒ String
The event pattern used to filter events sent to the archive.
-
#event_source_arn ⇒ String
The ARN of the event source associated with the archive.
-
#retention_days ⇒ Integer
The number of days to retain events for in the archive.
-
#size_bytes ⇒ Integer
The size of the archive in bytes.
-
#state ⇒ String
The state of the archive.
-
#state_reason ⇒ String
The reason that the archive is in the state.
Instance Attribute Details
#archive_arn ⇒ String
The ARN of the archive.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |
#archive_name ⇒ String
The name of the archive.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the archive was created.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the archive.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |
#event_count ⇒ Integer
The number of events in the archive.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |
#event_pattern ⇒ String
The event pattern used to filter events sent to the archive.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |
#event_source_arn ⇒ String
The ARN of the event source associated with the archive.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |
#retention_days ⇒ Integer
The number of days to retain events for in the archive.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |
#size_bytes ⇒ Integer
The size of the archive in bytes.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the archive.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
The reason that the archive is in the state.
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1342 class DescribeArchiveResponse < Struct.new( :archive_arn, :archive_name, :event_source_arn, :description, :event_pattern, :state, :state_reason, :retention_days, :size_bytes, :event_count, :creation_time) SENSITIVE = [] include Aws::Structure end |