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.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def @certificate_authority_arn end |
#check_certificate_revocation_status ⇒ Types::CheckCertificateRevocationStatusActions
Returns the value of attribute check_certificate_revocation_status.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def check_certificate_revocation_status @check_certificate_revocation_status end |
#scopes ⇒ ::Array[Types::ServerCertificateScope]
Returns the value of attribute scopes.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def scopes @scopes end |
#server_certificates ⇒ ::Array[Types::ServerCertificate]
Returns the value of attribute server_certificates.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def server_certificates @server_certificates end |