Class: Aws::Types::RequestCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::RequestCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_validation_options ⇒ ::Array[Types::DomainValidationOption]
Returns the value of attribute domain_validation_options.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#key_algorithm ⇒ "RSA_1024", ...
Returns the value of attribute key_algorithm.
-
#managed_by ⇒ "CLOUDFRONT"
Returns the value of attribute managed_by.
-
#options ⇒ Types::CertificateOptions
Returns the value of attribute options.
-
#subject_alternative_names ⇒ ::Array[::String]
Returns the value of attribute subject_alternative_names.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#validation_method ⇒ "EMAIL", ...
Returns the value of attribute validation_method.
Instance Attribute Details
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
864 865 866 |
# File 'sig/types.rbs', line 864 def @certificate_authority_arn end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
858 859 860 |
# File 'sig/types.rbs', line 858 def domain_name @domain_name end |
#domain_validation_options ⇒ ::Array[Types::DomainValidationOption]
Returns the value of attribute domain_validation_options.
862 863 864 |
# File 'sig/types.rbs', line 862 def @domain_validation_options end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
861 862 863 |
# File 'sig/types.rbs', line 861 def idempotency_token @idempotency_token end |
#key_algorithm ⇒ "RSA_1024", ...
Returns the value of attribute key_algorithm.
866 867 868 |
# File 'sig/types.rbs', line 866 def key_algorithm @key_algorithm end |
#managed_by ⇒ "CLOUDFRONT"
Returns the value of attribute managed_by.
867 868 869 |
# File 'sig/types.rbs', line 867 def managed_by @managed_by end |
#options ⇒ Types::CertificateOptions
Returns the value of attribute options.
863 864 865 |
# File 'sig/types.rbs', line 863 def @options end |
#subject_alternative_names ⇒ ::Array[::String]
Returns the value of attribute subject_alternative_names.
860 861 862 |
# File 'sig/types.rbs', line 860 def subject_alternative_names @subject_alternative_names end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
865 866 867 |
# File 'sig/types.rbs', line 865 def @tags end |
#validation_method ⇒ "EMAIL", ...
Returns the value of attribute validation_method.
859 860 861 |
# File 'sig/types.rbs', line 859 def validation_method @validation_method end |