Class: Aws::Types::CertificateProviderSummary
- Inherits:
-
Object
- Object
- Aws::Types::CertificateProviderSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_provider_arn ⇒ ::String
Returns the value of attribute certificate_provider_arn.
-
#certificate_provider_name ⇒ ::String
Returns the value of attribute certificate_provider_name.
Instance Attribute Details
#certificate_provider_arn ⇒ ::String
Returns the value of attribute certificate_provider_arn.
548 549 550 |
# File 'sig/types.rbs', line 548 def certificate_provider_arn @certificate_provider_arn end |
#certificate_provider_name ⇒ ::String
Returns the value of attribute certificate_provider_name.
547 548 549 |
# File 'sig/types.rbs', line 547 def certificate_provider_name @certificate_provider_name end |