Class: Aws::Types::DkimAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_signing_key_length"RSA_1024_BIT", "RSA_2048_BIT"

Returns the value of attribute current_signing_key_length.

Returns:

  • ("RSA_1024_BIT", "RSA_2048_BIT")


565
566
567
# File 'sig/types.rbs', line 565

def current_signing_key_length
  @current_signing_key_length
end

#last_key_generation_timestamp::Time

Returns the value of attribute last_key_generation_timestamp.

Returns:

  • (::Time)


566
567
568
# File 'sig/types.rbs', line 566

def last_key_generation_timestamp
  @last_key_generation_timestamp
end

#next_signing_key_length"RSA_1024_BIT", "RSA_2048_BIT"

Returns the value of attribute next_signing_key_length.

Returns:

  • ("RSA_1024_BIT", "RSA_2048_BIT")


564
565
566
# File 'sig/types.rbs', line 564

def next_signing_key_length
  @next_signing_key_length
end

#signing_attributes_origin"AWS_SES", ...

Returns the value of attribute signing_attributes_origin.

Returns:

  • ("AWS_SES", "EXTERNAL", "AWS_SES_AF_SOUTH_1", "AWS_SES_EU_NORTH_1", "AWS_SES_AP_SOUTH_1", "AWS_SES_EU_WEST_3", "AWS_SES_EU_WEST_2", "AWS_SES_EU_SOUTH_1", "AWS_SES_EU_WEST_1", "AWS_SES_AP_NORTHEAST_3", "AWS_SES_AP_NORTHEAST_2", "AWS_SES_ME_SOUTH_1", "AWS_SES_AP_NORTHEAST_1", "AWS_SES_IL_CENTRAL_1", "AWS_SES_SA_EAST_1", "AWS_SES_CA_CENTRAL_1", "AWS_SES_AP_SOUTHEAST_1", "AWS_SES_AP_SOUTHEAST_2", "AWS_SES_AP_SOUTHEAST_3", "AWS_SES_EU_CENTRAL_1", "AWS_SES_US_EAST_1", "AWS_SES_US_EAST_2", "AWS_SES_US_WEST_1", "AWS_SES_US_WEST_2", "AWS_SES_ME_CENTRAL_1", "AWS_SES_AP_SOUTH_2", "AWS_SES_EU_CENTRAL_2", "AWS_SES_AP_SOUTHEAST_5", "AWS_SES_CA_WEST_1", "AWS_SES_US_GOV_EAST_1", "AWS_SES_US_GOV_WEST_1")


563
564
565
# File 'sig/types.rbs', line 563

def signing_attributes_origin
  @signing_attributes_origin
end

#signing_enabledBoolean

Returns the value of attribute signing_enabled.

Returns:

  • (Boolean)


559
560
561
# File 'sig/types.rbs', line 559

def signing_enabled
  @signing_enabled
end

#signing_hosted_zone::String

Returns the value of attribute signing_hosted_zone.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def signing_hosted_zone
  @signing_hosted_zone
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "SUCCESS", "FAILED", "TEMPORARY_FAILURE", "NOT_STARTED")


560
561
562
# File 'sig/types.rbs', line 560

def status
  @status
end

#tokens::Array[::String]

Returns the value of attribute tokens.

Returns:

  • (::Array[::String])


561
562
563
# File 'sig/types.rbs', line 561

def tokens
  @tokens
end