Class: Aws::Types::DkimAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DkimAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_signing_key_length ⇒ "RSA_1024_BIT", "RSA_2048_BIT"
Returns the value of attribute current_signing_key_length.
-
#last_key_generation_timestamp ⇒ ::Time
Returns the value of attribute last_key_generation_timestamp.
-
#next_signing_key_length ⇒ "RSA_1024_BIT", "RSA_2048_BIT"
Returns the value of attribute next_signing_key_length.
-
#signing_attributes_origin ⇒ "AWS_SES", ...
Returns the value of attribute signing_attributes_origin.
-
#signing_enabled ⇒ Boolean
Returns the value of attribute signing_enabled.
-
#signing_hosted_zone ⇒ ::String
Returns the value of attribute signing_hosted_zone.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#tokens ⇒ ::Array[::String]
Returns the value of attribute tokens.
Instance Attribute Details
#current_signing_key_length ⇒ "RSA_1024_BIT", "RSA_2048_BIT"
Returns the value of attribute current_signing_key_length.
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.
566 567 568 |
# File 'sig/types.rbs', line 566 def @last_key_generation_timestamp end |
#next_signing_key_length ⇒ "RSA_1024_BIT", "RSA_2048_BIT"
Returns the value of attribute next_signing_key_length.
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.
563 564 565 |
# File 'sig/types.rbs', line 563 def signing_attributes_origin @signing_attributes_origin end |
#signing_enabled ⇒ Boolean
Returns the value of attribute signing_enabled.
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.
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.
560 561 562 |
# File 'sig/types.rbs', line 560 def status @status end |
#tokens ⇒ ::Array[::String]
Returns the value of attribute tokens.
561 562 563 |
# File 'sig/types.rbs', line 561 def tokens @tokens end |