Class: Aws::Types::AttachCertificateToDistributionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachCertificateToDistributionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
-
#distribution_name ⇒ ::String
Returns the value of attribute distribution_name.
Instance Attribute Details
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
111 112 113 |
# File 'sig/types.rbs', line 111 def certificate_name @certificate_name end |
#distribution_name ⇒ ::String
Returns the value of attribute distribution_name.
110 111 112 |
# File 'sig/types.rbs', line 110 def distribution_name @distribution_name end |