Class: Aws::EventBridge::Types::DescribeArchiveRequest

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 retrieve.

Returns:

  • (String)


1623
1624
1625
1626
1627
# File 'lib/aws-sdk-eventbridge/types.rb', line 1623

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