Class: Aws::Types::DescribedCertificate

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#active_date::Time

Returns the value of attribute active_date.

Returns:



496
497
498
# File 'sig/types.rbs', line 496

def active_date
  @active_date
end

#arn::String

Returns the value of attribute arn.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def arn
  @arn
end

#certificate::String

Returns the value of attribute certificate.

Returns:



494
495
496
# File 'sig/types.rbs', line 494

def certificate
  @certificate
end

#certificate_chain::String

Returns the value of attribute certificate_chain.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def certificate_chain
  @certificate_chain
end

#certificate_id::String

Returns the value of attribute certificate_id.

Returns:



491
492
493
# File 'sig/types.rbs', line 491

def certificate_id
  @certificate_id
end

#description::String

Returns the value of attribute description.

Returns:



502
503
504
# File 'sig/types.rbs', line 502

def description
  @description
end

#inactive_date::Time

Returns the value of attribute inactive_date.

Returns:



497
498
499
# File 'sig/types.rbs', line 497

def inactive_date
  @inactive_date
end

#not_after_date::Time

Returns the value of attribute not_after_date.

Returns:



500
501
502
# File 'sig/types.rbs', line 500

def not_after_date
  @not_after_date
end

#not_before_date::Time

Returns the value of attribute not_before_date.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def not_before_date
  @not_before_date
end

#serial::String

Returns the value of attribute serial.

Returns:



498
499
500
# File 'sig/types.rbs', line 498

def serial
  @serial
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:



493
494
495
# File 'sig/types.rbs', line 493

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



503
504
505
# File 'sig/types.rbs', line 503

def tags
  @tags
end

#type"CERTIFICATE", "CERTIFICATE_WITH_PRIVATE_KEY"

Returns the value of attribute type.

Returns:



501
502
503
# File 'sig/types.rbs', line 501

def type
  @type
end

#usage"SIGNING", ...

Returns the value of attribute usage.

Returns:



492
493
494
# File 'sig/types.rbs', line 492

def usage
  @usage
end