Class: Aws::CloudWatchEvents::Types::DeleteArchiveRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_nameString

The name of the archive to delete.

Returns:

  • (String)


1092
1093
1094
1095
1096
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1092

class DeleteArchiveRequest < Struct.new(
  :archive_name)
  SENSITIVE = []
  include Aws::Structure
end