Class: Aws::EventBridge::Types::DescribeArchiveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DescribeArchiveRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/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.
1512 1513 1514 1515 1516 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1512 class DescribeArchiveRequest < Struct.new( :archive_name) SENSITIVE = [] include Aws::Structure end |