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)


618
619
620
621
622
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 618

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