Class: Aws::MailManager::Types::CreateRelayResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#relay_idString

A unique identifier of the created relay resource.

Returns:

  • (String)


756
757
758
759
760
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 756

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