Class: Aws::Types::DescribeCertificateProviderResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCertificateProviderResponse
- 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_arn ⇒ ::String
Returns the value of attribute certificate_provider_arn.
-
#certificate_provider_name ⇒ ::String
Returns the value of attribute certificate_provider_name.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
Instance Attribute Details
#account_default_for_operations ⇒ ::Array[("CreateCertificateFromCsr")]
Returns the value of attribute account_default_for_operations.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def account_default_for_operations @account_default_for_operations end |
#certificate_provider_arn ⇒ ::String
Returns the value of attribute certificate_provider_arn.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def certificate_provider_arn @certificate_provider_arn end |
#certificate_provider_name ⇒ ::String
Returns the value of attribute certificate_provider_name.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def certificate_provider_name @certificate_provider_name end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def creation_date @creation_date end |
#lambda_function_arn ⇒ ::String
Returns the value of attribute lambda_function_arn.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def lambda_function_arn @lambda_function_arn end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def last_modified_date @last_modified_date end |