Class: Aws::Types::CACertificateDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_registration_status"ENABLE", "DISABLE"

Returns the value of attribute auto_registration_status.

Returns:

  • ("ENABLE", "DISABLE")


452
453
454
# File 'sig/types.rbs', line 452

def auto_registration_status
  @auto_registration_status
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def certificate_arn
  @certificate_arn
end

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def certificate_id
  @certificate_id
end

#certificate_mode"DEFAULT", "SNI_ONLY"

Returns the value of attribute certificate_mode.

Returns:

  • ("DEFAULT", "SNI_ONLY")


457
458
459
# File 'sig/types.rbs', line 457

def certificate_mode
  @certificate_mode
end

#certificate_pem::String

Returns the value of attribute certificate_pem.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def certificate_pem
  @certificate_pem
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


451
452
453
# File 'sig/types.rbs', line 451

def creation_date
  @creation_date
end

#customer_version::Integer

Returns the value of attribute customer_version.

Returns:

  • (::Integer)


454
455
456
# File 'sig/types.rbs', line 454

def customer_version
  @customer_version
end

#generation_id::String

Returns the value of attribute generation_id.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def generation_id
  @generation_id
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


453
454
455
# File 'sig/types.rbs', line 453

def last_modified_date
  @last_modified_date
end

#owned_by::String

Returns the value of attribute owned_by.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def owned_by
  @owned_by
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


448
449
450
# File 'sig/types.rbs', line 448

def status
  @status
end

#validityTypes::CertificateValidity

Returns the value of attribute validity.



456
457
458
# File 'sig/types.rbs', line 456

def validity
  @validity
end