Class: Aws::Types::CACertificate

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)


438
439
440
# File 'sig/types.rbs', line 438

def certificate_arn
  @certificate_arn
end

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def certificate_id
  @certificate_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


441
442
443
# File 'sig/types.rbs', line 441

def creation_date
  @creation_date
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


440
441
442
# File 'sig/types.rbs', line 440

def status
  @status
end