Class: Aws::Types::TrustedCertificatePublicKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_public_key_identifier::String

Returns the value of attribute certificate_authority_public_key_identifier.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def certificate_authority_public_key_identifier
  @certificate_authority_public_key_identifier
end

#key_attributesTypes::KeyAttributes

Returns the value of attribute key_attributes.



673
674
675
# File 'sig/types.rbs', line 673

def key_attributes
  @key_attributes
end

#public_key_certificate::String

Returns the value of attribute public_key_certificate.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def public_key_certificate
  @public_key_certificate
end