Class: Aws::Types::CertificateAuthority

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

Defined Under Namespace

Classes: PublicCertificateAuthority, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#public_certificate_authorityTypes::PublicCertificateAuthority

Returns the value of attribute public_certificate_authority.



182
183
184
# File 'sig/types.rbs', line 182

def public_certificate_authority
  @public_certificate_authority
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


183
184
185
# File 'sig/types.rbs', line 183

def unknown
  @unknown
end