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

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

Instance Attribute Details

#cityString

City to be used in the certificate signing request

Returns:

  • (String)


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_nameString

Common Name to be used in the certificate signing request

Returns:

  • (String)


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

#countryString

Country to be used in the certificate signing request

Returns:

  • (String)


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_addressString

Email to be used in the certificate signing request

Returns:

  • (String)


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

#organizationString

Organization to be used in the certificate signing request

Returns:

  • (String)


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_unitString

Organization Unit to be used in the certificate signing request

Returns:

  • (String)


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_provinceString

State Or Province to be used in the certificate signing request

Returns:

  • (String)


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