Class: Aws::Types::ServerCertificateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServerCertificateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#check_certificate_revocation_status ⇒ Types::CheckCertificateRevocationStatusActions
Returns the value of attribute check_certificate_revocation_status.
-
#scopes ⇒ ::Array[Types::ServerCertificateScope]
Returns the value of attribute scopes.
-
#server_certificates ⇒ ::Array[Types::ServerCertificate]
Returns the value of attribute server_certificates.
Instance Attribute Details
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def @certificate_authority_arn end |
#check_certificate_revocation_status ⇒ Types::CheckCertificateRevocationStatusActions
Returns the value of attribute check_certificate_revocation_status.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def check_certificate_revocation_status @check_certificate_revocation_status end |
#scopes ⇒ ::Array[Types::ServerCertificateScope]
Returns the value of attribute scopes.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def scopes @scopes end |
#server_certificates ⇒ ::Array[Types::ServerCertificate]
Returns the value of attribute server_certificates.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def server_certificates @server_certificates end |