Class: Aws::Types::ResendValidationEmailRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:



882
883
884
# File 'sig/types.rbs', line 882

def certificate_arn
  @certificate_arn
end

#domain::String

Returns the value of attribute domain.

Returns:



883
884
885
# File 'sig/types.rbs', line 883

def domain
  @domain
end

#validation_domain::String

Returns the value of attribute validation_domain.

Returns:



884
885
886
# File 'sig/types.rbs', line 884

def validation_domain
  @validation_domain
end