Class: Aws::Types::ViewerCertificate
- Inherits:
-
Object
- Object
- Aws::Types::ViewerCertificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acm_certificate_arn ⇒ ::String
Returns the value of attribute acm_certificate_arn.
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#certificate_source ⇒ "cloudfront", ...
Returns the value of attribute certificate_source.
-
#cloud_front_default_certificate ⇒ Boolean
Returns the value of attribute cloud_front_default_certificate.
-
#iam_certificate_id ⇒ ::String
Returns the value of attribute iam_certificate_id.
-
#minimum_protocol_version ⇒ "SSLv3", ...
Returns the value of attribute minimum_protocol_version.
-
#ssl_support_method ⇒ "sni-only", ...
Returns the value of attribute ssl_support_method.
Instance Attribute Details
#acm_certificate_arn ⇒ ::String
Returns the value of attribute acm_certificate_arn.
4211 4212 4213 |
# File 'sig/types.rbs', line 4211 def acm_certificate_arn @acm_certificate_arn end |
#certificate ⇒ ::String
Returns the value of attribute certificate.
4214 4215 4216 |
# File 'sig/types.rbs', line 4214 def certificate @certificate end |
#certificate_source ⇒ "cloudfront", ...
Returns the value of attribute certificate_source.
4215 4216 4217 |
# File 'sig/types.rbs', line 4215 def certificate_source @certificate_source end |
#cloud_front_default_certificate ⇒ Boolean
Returns the value of attribute cloud_front_default_certificate.
4209 4210 4211 |
# File 'sig/types.rbs', line 4209 def cloud_front_default_certificate @cloud_front_default_certificate end |
#iam_certificate_id ⇒ ::String
Returns the value of attribute iam_certificate_id.
4210 4211 4212 |
# File 'sig/types.rbs', line 4210 def iam_certificate_id @iam_certificate_id end |
#minimum_protocol_version ⇒ "SSLv3", ...
Returns the value of attribute minimum_protocol_version.
4213 4214 4215 |
# File 'sig/types.rbs', line 4213 def minimum_protocol_version @minimum_protocol_version end |
#ssl_support_method ⇒ "sni-only", ...
Returns the value of attribute ssl_support_method.
4212 4213 4214 |
# File 'sig/types.rbs', line 4212 def ssl_support_method @ssl_support_method end |