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

#signing_enabledBoolean

Returns the value of attribute signing_enabled.

Returns:

  • (Boolean)


185
186
187
# File 'sig/types.rbs', line 185

def signing_enabled
  @signing_enabled
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


186
187
188
# File 'sig/types.rbs', line 186

def status
  @status
end

#tokens::Array[::String]

Returns the value of attribute tokens.

Returns:

  • (::Array[::String])


187
188
189
# File 'sig/types.rbs', line 187

def tokens
  @tokens
end