Class: Aws::Types::ResendContactReachabilityEmailResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def domain_name
  @domain_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:



458
459
460
# File 'sig/types.rbs', line 458

def email_address
  @email_address
end

#is_already_verifiedBoolean

Returns the value of attribute is_already_verified.

Returns:



459
460
461
# File 'sig/types.rbs', line 459

def is_already_verified
  @is_already_verified
end