Class: Aws::Types::ACMManaged
- Inherits:
-
Object
- Object
- Aws::Types::ACMManaged
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
12 13 14 |
# File 'sig/types.rbs', line 12 def certificate_arn @certificate_arn end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
13 14 15 |
# File 'sig/types.rbs', line 13 def domain_name @domain_name end |