Class: Aws::Types::DkimAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DkimAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#signing_enabled ⇒ Boolean
Returns the value of attribute signing_enabled.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#tokens ⇒ ::Array[::String]
Returns the value of attribute tokens.
Instance Attribute Details
#signing_enabled ⇒ Boolean
Returns the value of attribute signing_enabled.
185 186 187 |
# File 'sig/types.rbs', line 185 def signing_enabled @signing_enabled end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
186 187 188 |
# File 'sig/types.rbs', line 186 def status @status end |
#tokens ⇒ ::Array[::String]
Returns the value of attribute tokens.
187 188 189 |
# File 'sig/types.rbs', line 187 def tokens @tokens end |