Class: Aws::MailManager::Types::CreateArchiveResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

The response from creating a new email archive.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_idString

The unique identifier for the newly created archive.

Returns:

  • (String)


499
500
501
502
503
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 499

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