Class: Aws::Types::VerificationInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_type"SERVICE_ERROR", ...

Returns the value of attribute error_type.

Returns:

  • ("SERVICE_ERROR", "DNS_SERVER_ERROR", "HOST_NOT_FOUND", "TYPE_NOT_FOUND", "INVALID_VALUE", "REPLICATION_ACCESS_DENIED", "REPLICATION_PRIMARY_NOT_FOUND", "REPLICATION_PRIMARY_BYO_DKIM_NOT_SUPPORTED", "REPLICATION_REPLICA_AS_PRIMARY_NOT_SUPPORTED", "REPLICATION_PRIMARY_INVALID_REGION")


2222
2223
2224
# File 'sig/types.rbs', line 2222

def error_type
  @error_type
end

#last_checked_timestamp::Time

Returns the value of attribute last_checked_timestamp.

Returns:

  • (::Time)


2220
2221
2222
# File 'sig/types.rbs', line 2220

def last_checked_timestamp
  @last_checked_timestamp
end

#last_success_timestamp::Time

Returns the value of attribute last_success_timestamp.

Returns:

  • (::Time)


2221
2222
2223
# File 'sig/types.rbs', line 2221

def last_success_timestamp
  @last_success_timestamp
end

#soa_recordTypes::SOARecord

Returns the value of attribute soa_record.

Returns:



2223
2224
2225
# File 'sig/types.rbs', line 2223

def soa_record
  @soa_record
end