Class: Aws::Types::UpdateCertificateProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCertificateProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_default_for_operations ⇒ ::Array[("CreateCertificateFromCsr")]
Returns the value of attribute account_default_for_operations.
-
#certificate_provider_name ⇒ ::String
Returns the value of attribute certificate_provider_name.
-
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
Instance Attribute Details
#account_default_for_operations ⇒ ::Array[("CreateCertificateFromCsr")]
Returns the value of attribute account_default_for_operations.
5068 5069 5070 |
# File 'sig/types.rbs', line 5068 def account_default_for_operations @account_default_for_operations end |
#certificate_provider_name ⇒ ::String
Returns the value of attribute certificate_provider_name.
5066 5067 5068 |
# File 'sig/types.rbs', line 5066 def certificate_provider_name @certificate_provider_name end |
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
5067 5068 5069 |
# File 'sig/types.rbs', line 5067 def lambda_function_arn @lambda_function_arn end |