Class: Aws::PaymentCryptography::Types::CertificateSubjectType
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::CertificateSubjectType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptography/types.rb
Overview
The metadata used to create the certificate signing request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#city ⇒ String
The city you provide to create the certificate signing request.
-
#common_name ⇒ String
The name you provide to create the certificate signing request.
-
#country ⇒ String
The city you provide to create the certificate signing request.
-
#email_address ⇒ String
The email address you provide to create the certificate signing request.
-
#organization ⇒ String
The organization you provide to create the certificate signing request.
-
#organization_unit ⇒ String
The organization unit you provide to create the certificate signing request.
-
#state_or_province ⇒ String
The state or province you provide to create the certificate signing request.
Instance Attribute Details
#city ⇒ String
The city you provide to create the certificate signing request.
137 138 139 140 141 142 143 144 145 146 147 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 137 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#common_name ⇒ String
The name you provide to create the certificate signing request.
137 138 139 140 141 142 143 144 145 146 147 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 137 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#country ⇒ String
The city you provide to create the certificate signing request.
137 138 139 140 141 142 143 144 145 146 147 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 137 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
The email address you provide to create the certificate signing request.
137 138 139 140 141 142 143 144 145 146 147 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 137 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#organization ⇒ String
The organization you provide to create the certificate signing request.
137 138 139 140 141 142 143 144 145 146 147 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 137 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |
#organization_unit ⇒ String
The organization unit you provide to create the certificate signing request.
137 138 139 140 141 142 143 144 145 146 147 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 137 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
The state or province you provide to create the certificate signing request.
137 138 139 140 141 142 143 144 145 146 147 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 137 class CertificateSubjectType < Struct.new( :common_name, :organization_unit, :organization, :city, :country, :state_or_province, :email_address) SENSITIVE = [] include Aws::Structure end |