Class: Aws::Connect::Types::EmailMessageReference

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

Overview

Information about the reference when the referenceType is EMAIL_MESSAGE. Otherwise, null.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the email message reference

Returns:

  • (String)


11472
11473
11474
11475
11476
11477
# File 'lib/aws-sdk-connect/types.rb', line 11472

class EmailMessageReference < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the email message reference

Returns:

  • (String)


11472
11473
11474
11475
11476
11477
# File 'lib/aws-sdk-connect/types.rb', line 11472

class EmailMessageReference < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end