Class: Aws::Types::AwsCertificateManagerCertificateDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def certificate_authority_arn
  @certificate_authority_arn
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def domain_name
  @domain_name
end

#domain_validation_options::Array[Types::AwsCertificateManagerCertificateDomainValidationOption]

Returns the value of attribute domain_validation_options.



798
799
800
# File 'sig/types.rbs', line 798

def domain_validation_options
  @domain_validation_options
end

#extended_key_usages::Array[Types::AwsCertificateManagerCertificateExtendedKeyUsage]

Returns the value of attribute extended_key_usages.



799
800
801
# File 'sig/types.rbs', line 799

def extended_key_usages
  @extended_key_usages
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def failure_reason
  @failure_reason
end

#imported_at::String

Returns the value of attribute imported_at.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def imported_at
  @imported_at
end

#in_use_by::Array[::String]

Returns the value of attribute in_use_by.

Returns:

  • (::Array[::String])


802
803
804
# File 'sig/types.rbs', line 802

def in_use_by
  @in_use_by
end

#issued_at::String

Returns the value of attribute issued_at.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def issued_at
  @issued_at
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def issuer
  @issuer
end

#key_algorithm::String

Returns the value of attribute key_algorithm.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def key_algorithm
  @key_algorithm
end

#key_usages::Array[Types::AwsCertificateManagerCertificateKeyUsage]

Returns the value of attribute key_usages.



806
807
808
# File 'sig/types.rbs', line 806

def key_usages
  @key_usages
end

#not_after::String

Returns the value of attribute not_after.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def not_after
  @not_after
end

#not_before::String

Returns the value of attribute not_before.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def not_before
  @not_before
end

#optionsTypes::AwsCertificateManagerCertificateOptions

Returns the value of attribute options.



809
810
811
# File 'sig/types.rbs', line 809

def options
  @options
end

#renewal_eligibility::String

Returns the value of attribute renewal_eligibility.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def renewal_eligibility
  @renewal_eligibility
end

#renewal_summaryTypes::AwsCertificateManagerCertificateRenewalSummary

Returns the value of attribute renewal_summary.



811
812
813
# File 'sig/types.rbs', line 811

def renewal_summary
  @renewal_summary
end

#serial::String

Returns the value of attribute serial.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def serial
  @serial
end

#signature_algorithm::String

Returns the value of attribute signature_algorithm.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def signature_algorithm
  @signature_algorithm
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def status
  @status
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def subject
  @subject
end

#subject_alternative_names::Array[::String]

Returns the value of attribute subject_alternative_names.

Returns:

  • (::Array[::String])


816
817
818
# File 'sig/types.rbs', line 816

def subject_alternative_names
  @subject_alternative_names
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def type
  @type
end