Class: Aws::Types::AcmeDomainValidation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acme_domain_validation_arn::String

Returns the value of attribute acme_domain_validation_arn.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def acme_domain_validation_arn
  @acme_domain_validation_arn
end

#acme_endpoint_arn::String

Returns the value of attribute acme_endpoint_arn.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def acme_endpoint_arn
  @acme_endpoint_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


105
106
107
# File 'sig/types.rbs', line 105

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def domain_name
  @domain_name
end

#failure_detailsTypes::FailureDetails

Returns the value of attribute failure_details.



104
105
106
# File 'sig/types.rbs', line 104

def failure_details
  @failure_details
end

#prevalidation_detailsTypes::PrevalidationDetails

Returns the value of attribute prevalidation_details.



102
103
104
# File 'sig/types.rbs', line 102

def prevalidation_details
  @prevalidation_details
end

#prevalidation_type"DNS_PREVALIDATION"

Returns the value of attribute prevalidation_type.

Returns:

  • ("DNS_PREVALIDATION")


101
102
103
# File 'sig/types.rbs', line 101

def prevalidation_type
  @prevalidation_type
end

#status"VALIDATING", ...

Returns the value of attribute status.

Returns:

  • ("VALIDATING", "VALID", "INVALID", "DELETING")


103
104
105
# File 'sig/types.rbs', line 103

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


106
107
108
# File 'sig/types.rbs', line 106

def updated_at
  @updated_at
end