Class: Aws::EventBridge::Types::UpdateArchiveRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_nameString

The name of the archive to update.

Returns:

  • (String)


4984
4985
4986
4987
4988
4989
4990
4991
# File 'lib/aws-sdk-eventbridge/types.rb', line 4984

class UpdateArchiveRequest < Struct.new(
  :archive_name,
  :description,
  :event_pattern,
  :retention_days)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the archive.

Returns:

  • (String)


4984
4985
4986
4987
4988
4989
4990
4991
# File 'lib/aws-sdk-eventbridge/types.rb', line 4984

class UpdateArchiveRequest < Struct.new(
  :archive_name,
  :description,
  :event_pattern,
  :retention_days)
  SENSITIVE = []
  include Aws::Structure
end

#event_patternString

The event pattern to use to filter events sent to the archive.

Returns:

  • (String)


4984
4985
4986
4987
4988
4989
4990
4991
# File 'lib/aws-sdk-eventbridge/types.rb', line 4984

class UpdateArchiveRequest < Struct.new(
  :archive_name,
  :description,
  :event_pattern,
  :retention_days)
  SENSITIVE = []
  include Aws::Structure
end

#retention_daysInteger

The number of days to retain events in the archive.

Returns:

  • (Integer)


4984
4985
4986
4987
4988
4989
4990
4991
# File 'lib/aws-sdk-eventbridge/types.rb', line 4984

class UpdateArchiveRequest < Struct.new(
  :archive_name,
  :description,
  :event_pattern,
  :retention_days)
  SENSITIVE = []
  include Aws::Structure
end