Class: Aws::Types::ManagedCertificateDetails

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:

  • (::String)


2710
2711
2712
# File 'sig/types.rbs', line 2710

def certificate_arn
  @certificate_arn
end

#certificate_status"pending-validation", ...

Returns the value of attribute certificate_status.

Returns:

  • ("pending-validation", "issued", "inactive", "expired", "validation-timed-out", "revoked", "failed")


2711
2712
2713
# File 'sig/types.rbs', line 2711

def certificate_status
  @certificate_status
end

#validation_token_details::Array[Types::ValidationTokenDetail]

Returns the value of attribute validation_token_details.

Returns:



2713
2714
2715
# File 'sig/types.rbs', line 2713

def validation_token_details
  @validation_token_details
end

#validation_token_host"cloudfront", "self-hosted"

Returns the value of attribute validation_token_host.

Returns:

  • ("cloudfront", "self-hosted")


2712
2713
2714
# File 'sig/types.rbs', line 2712

def validation_token_host
  @validation_token_host
end