Class: Aws::PaymentCryptography::Types::CertificateSubjectType
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::CertificateSubjectType
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Metadata used in generating the CSR
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#city ⇒ String
City to be used in the certificate signing request.
-
#common_name ⇒ String
Common Name to be used in the certificate signing request.
-
#country ⇒ String
Country to be used in the certificate signing request.
-
#email_address ⇒ String
Email to be used in the certificate signing request.
-
#organization ⇒ String
Organization to be used in the certificate signing request.
-
#organization_unit ⇒ String
Organization Unit to be used in the certificate signing request.
-
#state_or_province ⇒ String
State Or Province to be used in the certificate signing request.
Instance Attribute Details
#city ⇒ String
City to be used in the certificate signing request
133 134 135 136 137 138 139 140 141 142 143 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 133 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#common_name ⇒ String
Common Name to be used in the certificate signing request
133 134 135 136 137 138 139 140 141 142 143 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 133 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#country ⇒ String
Country to be used in the certificate signing request
133 134 135 136 137 138 139 140 141 142 143 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 133 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
Email to be used in the certificate signing request
133 134 135 136 137 138 139 140 141 142 143 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 133 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#organization ⇒ String
Organization to be used in the certificate signing request
133 134 135 136 137 138 139 140 141 142 143 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 133 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#organization_unit ⇒ String
Organization Unit to be used in the certificate signing request
133 134 135 136 137 138 139 140 141 142 143 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 133 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#state_or_province ⇒ String
State Or Province to be used in the certificate signing request
133 134 135 136 137 138 139 140 141 142 143 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 133 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |