Class: Aws::Types::ASN1Subject
- Inherits:
-
Object
- Object
- Aws::Types::ASN1Subject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#common_name ⇒ ::String
Returns the value of attribute common_name.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#custom_attributes ⇒ ::Array[Types::CustomAttribute]
Returns the value of attribute custom_attributes.
-
#distinguished_name_qualifier ⇒ ::String
Returns the value of attribute distinguished_name_qualifier.
-
#generation_qualifier ⇒ ::String
Returns the value of attribute generation_qualifier.
-
#given_name ⇒ ::String
Returns the value of attribute given_name.
-
#initials ⇒ ::String
Returns the value of attribute initials.
-
#locality ⇒ ::String
Returns the value of attribute locality.
-
#organization ⇒ ::String
Returns the value of attribute organization.
-
#organizational_unit ⇒ ::String
Returns the value of attribute organizational_unit.
-
#pseudonym ⇒ ::String
Returns the value of attribute pseudonym.
-
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#surname ⇒ ::String
Returns the value of attribute surname.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#common_name ⇒ ::String
Returns the value of attribute common_name.
17 18 19 |
# File 'sig/types.rbs', line 17 def common_name @common_name end |
#country ⇒ ::String
Returns the value of attribute country.
12 13 14 |
# File 'sig/types.rbs', line 12 def country @country end |
#custom_attributes ⇒ ::Array[Types::CustomAttribute]
Returns the value of attribute custom_attributes.
26 27 28 |
# File 'sig/types.rbs', line 26 def custom_attributes @custom_attributes end |
#distinguished_name_qualifier ⇒ ::String
Returns the value of attribute distinguished_name_qualifier.
15 16 17 |
# File 'sig/types.rbs', line 15 def distinguished_name_qualifier @distinguished_name_qualifier end |
#generation_qualifier ⇒ ::String
Returns the value of attribute generation_qualifier.
25 26 27 |
# File 'sig/types.rbs', line 25 def generation_qualifier @generation_qualifier end |
#given_name ⇒ ::String
Returns the value of attribute given_name.
22 23 24 |
# File 'sig/types.rbs', line 22 def given_name @given_name end |
#initials ⇒ ::String
Returns the value of attribute initials.
23 24 25 |
# File 'sig/types.rbs', line 23 def initials @initials end |
#locality ⇒ ::String
Returns the value of attribute locality.
19 20 21 |
# File 'sig/types.rbs', line 19 def locality @locality end |
#organization ⇒ ::String
Returns the value of attribute organization.
13 14 15 |
# File 'sig/types.rbs', line 13 def organization @organization end |
#organizational_unit ⇒ ::String
Returns the value of attribute organizational_unit.
14 15 16 |
# File 'sig/types.rbs', line 14 def organizational_unit @organizational_unit end |
#pseudonym ⇒ ::String
Returns the value of attribute pseudonym.
24 25 26 |
# File 'sig/types.rbs', line 24 def pseudonym @pseudonym end |
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
18 19 20 |
# File 'sig/types.rbs', line 18 def serial_number @serial_number end |
#state ⇒ ::String
Returns the value of attribute state.
16 17 18 |
# File 'sig/types.rbs', line 16 def state @state end |
#surname ⇒ ::String
Returns the value of attribute surname.
21 22 23 |
# File 'sig/types.rbs', line 21 def surname @surname end |
#title ⇒ ::String
Returns the value of attribute title.
20 21 22 |
# File 'sig/types.rbs', line 20 def title @title end |