Class: Aws::Types::UpdateCertificateProviderResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCertificateProviderResponse
- 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.
5074 5075 5076 |
# File 'sig/types.rbs', line 5074 def certificate_provider_arn @certificate_provider_arn end |
#certificate_provider_name ⇒ ::String
Returns the value of attribute certificate_provider_name.
5073 5074 5075 |
# File 'sig/types.rbs', line 5073 def certificate_provider_name @certificate_provider_name end |