Class: Aws::Types::IssuerCertificateIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#issuer_certificate_serial_number::String

Returns the value of attribute issuer_certificate_serial_number.

Returns:

  • (::String)


2777
2778
2779
# File 'sig/types.rbs', line 2777

def issuer_certificate_serial_number
  @issuer_certificate_serial_number
end

#issuer_certificate_subject::String

Returns the value of attribute issuer_certificate_subject.

Returns:

  • (::String)


2775
2776
2777
# File 'sig/types.rbs', line 2775

def issuer_certificate_subject
  @issuer_certificate_subject
end

#issuer_id::String

Returns the value of attribute issuer_id.

Returns:

  • (::String)


2776
2777
2778
# File 'sig/types.rbs', line 2776

def issuer_id
  @issuer_id
end