Class: Aws::EventBridge::Types::DeleteArchiveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DeleteArchiveRequest
- 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 delete.
Instance Attribute Details
#archive_name ⇒ String
The name of the archive to delete.
1297 1298 1299 1300 1301 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1297 class DeleteArchiveRequest < Struct.new( :archive_name) SENSITIVE = [] include Aws::Structure end |