Class: Aws::Types::CreateCertificateProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCertificateProviderRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_default_for_operations ⇒ ::Array[("CreateCertificateFromCsr")]
Returns the value of attribute account_default_for_operations.
801 802 803 |
# File 'sig/types.rbs', line 801 def account_default_for_operations @account_default_for_operations end |
#certificate_provider_name ⇒ ::String
Returns the value of attribute certificate_provider_name.
799 800 801 |
# File 'sig/types.rbs', line 799 def certificate_provider_name @certificate_provider_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
802 803 804 |
# File 'sig/types.rbs', line 802 def client_token @client_token end |
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
800 801 802 |
# File 'sig/types.rbs', line 800 def lambda_function_arn @lambda_function_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
803 804 805 |
# File 'sig/types.rbs', line 803 def end |