Class: Aws::Types::CertificateDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ca_certificate_id::String

Returns the value of attribute ca_certificate_id.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def ca_certificate_id
  @ca_certificate_id
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def certificate_arn
  @certificate_arn
end

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def certificate_id
  @certificate_id
end

#certificate_mode"DEFAULT", "SNI_ONLY"

Returns the value of attribute certificate_mode.

Returns:

  • ("DEFAULT", "SNI_ONLY")


542
543
544
# File 'sig/types.rbs', line 542

def certificate_mode
  @certificate_mode
end

#certificate_pem::String

Returns the value of attribute certificate_pem.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def certificate_pem
  @certificate_pem
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


536
537
538
# File 'sig/types.rbs', line 536

def creation_date
  @creation_date
end

#customer_version::Integer

Returns the value of attribute customer_version.

Returns:

  • (::Integer)


538
539
540
# File 'sig/types.rbs', line 538

def customer_version
  @customer_version
end

#generation_id::String

Returns the value of attribute generation_id.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def generation_id
  @generation_id
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


537
538
539
# File 'sig/types.rbs', line 537

def last_modified_date
  @last_modified_date
end

#owned_by::String

Returns the value of attribute owned_by.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def owned_by
  @owned_by
end

#previous_owned_by::String

Returns the value of attribute previous_owned_by.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def previous_owned_by
  @previous_owned_by
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE", "REVOKED", "PENDING_TRANSFER", "REGISTER_INACTIVE", "PENDING_ACTIVATION")


532
533
534
# File 'sig/types.rbs', line 532

def status
  @status
end

#transfer_dataTypes::TransferData

Returns the value of attribute transfer_data.

Returns:



539
540
541
# File 'sig/types.rbs', line 539

def transfer_data
  @transfer_data
end

#validityTypes::CertificateValidity

Returns the value of attribute validity.



541
542
543
# File 'sig/types.rbs', line 541

def validity
  @validity
end