Class: Aws::Types::Certificate

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)


515
516
517
# File 'sig/types.rbs', line 515

def certificate_arn
  @certificate_arn
end

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


516
517
518
# File 'sig/types.rbs', line 516

def certificate_id
  @certificate_id
end

#certificate_mode"DEFAULT", "SNI_ONLY"

Returns the value of attribute certificate_mode.

Returns:

  • ("DEFAULT", "SNI_ONLY")


518
519
520
# File 'sig/types.rbs', line 518

def certificate_mode
  @certificate_mode
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


519
520
521
# File 'sig/types.rbs', line 519

def creation_date
  @creation_date
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


517
518
519
# File 'sig/types.rbs', line 517

def status
  @status
end