Class: Aws::PaymentCryptography::Types::CertificateSubjectType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cityString

The city you provide to create the certificate signing request.

Returns:

  • (String)


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_nameString

The name you provide to create the certificate signing request.

Returns:

  • (String)


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

#countryString

The city you provide to create the certificate signing request.

Returns:

  • (String)


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_addressString

The email address you provide to create the certificate signing request.

Returns:

  • (String)


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

#organizationString

The organization you provide to create the certificate signing request.

Returns:

  • (String)


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_unitString

The organization unit you provide to create the certificate signing request.

Returns:

  • (String)


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_provinceString

The state or province you provide to create the certificate signing request.

Returns:

  • (String)


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