Class: Aws::CloudWatchEvents::Types::DescribeArchiveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::DescribeArchiveRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_name ⇒ String
The name of the archive to retrieve.
Instance Attribute Details
#archive_name ⇒ String
The name of the archive to retrieve.
1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1290 class DescribeArchiveRequest < Struct.new( :archive_name) SENSITIVE = [] include Aws::Structure end |