Class: Fog::Parsers::AWS::SES::VerifyDomainDkim

Inherits:
Base
  • Object
show all
Defined in:
lib/fog/aws/requests/ses/verify_domain_dkim.rb

Class Method Summary collapse

Methods inherited from Base

arrays, #reset, schema

Class Method Details

.aws_schemaObject



7
8
9
10
11
# File 'lib/fog/aws/requests/ses/verify_domain_dkim.rb', line 7

def self.aws_schema
  {
    'DkimTokens' => [:string]
  }
end