Class: Aws::Types::CreateCertificateProviderResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCertificateProviderResponse
- 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.
809 810 811 |
# File 'sig/types.rbs', line 809 def certificate_provider_arn @certificate_provider_arn end |
#certificate_provider_name ⇒ ::String
Returns the value of attribute certificate_provider_name.
808 809 810 |
# File 'sig/types.rbs', line 808 def certificate_provider_name @certificate_provider_name end |