Class: Aws::SESV2::Types::SOARecord

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

Overview

An object that contains information about the start of authority (SOA) record associated with the identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_emailString

Administrative contact email from the SOA record.

Returns:

  • (String)


6225
6226
6227
6228
6229
6230
6231
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6225

class SOARecord < Struct.new(
  :primary_name_server,
  :admin_email,
  :serial_number)
  SENSITIVE = []
  include Aws::Structure
end

#primary_name_serverString

Primary name server specified in the SOA record.

Returns:

  • (String)


6225
6226
6227
6228
6229
6230
6231
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6225

class SOARecord < Struct.new(
  :primary_name_server,
  :admin_email,
  :serial_number)
  SENSITIVE = []
  include Aws::Structure
end

#serial_numberInteger

Serial number from the SOA record.

Returns:

  • (Integer)


6225
6226
6227
6228
6229
6230
6231
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6225

class SOARecord < Struct.new(
  :primary_name_server,
  :admin_email,
  :serial_number)
  SENSITIVE = []
  include Aws::Structure
end