Class: Aws::Types::DistinguishedName
- Inherits:
-
Object
- Object
- Aws::Types::DistinguishedName
- 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.
-
#domain_components ⇒ ::Array[::String]
Returns the value of attribute domain_components.
-
#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.
446 447 448 |
# File 'sig/types.rbs', line 446 def common_name @common_name end |
#country ⇒ ::String
Returns the value of attribute country.
448 449 450 |
# File 'sig/types.rbs', line 448 def country @country end |
#custom_attributes ⇒ ::Array[Types::CustomAttribute]
Returns the value of attribute custom_attributes.
449 450 451 |
# File 'sig/types.rbs', line 449 def custom_attributes @custom_attributes end |
#distinguished_name_qualifier ⇒ ::String
Returns the value of attribute distinguished_name_qualifier.
450 451 452 |
# File 'sig/types.rbs', line 450 def distinguished_name_qualifier @distinguished_name_qualifier end |
#domain_components ⇒ ::Array[::String]
Returns the value of attribute domain_components.
447 448 449 |
# File 'sig/types.rbs', line 447 def domain_components @domain_components end |
#generation_qualifier ⇒ ::String
Returns the value of attribute generation_qualifier.
451 452 453 |
# File 'sig/types.rbs', line 451 def generation_qualifier @generation_qualifier end |
#given_name ⇒ ::String
Returns the value of attribute given_name.
452 453 454 |
# File 'sig/types.rbs', line 452 def given_name @given_name end |
#initials ⇒ ::String
Returns the value of attribute initials.
453 454 455 |
# File 'sig/types.rbs', line 453 def initials @initials end |
#locality ⇒ ::String
Returns the value of attribute locality.
454 455 456 |
# File 'sig/types.rbs', line 454 def locality @locality end |
#organization ⇒ ::String
Returns the value of attribute organization.
455 456 457 |
# File 'sig/types.rbs', line 455 def organization @organization end |
#organizational_unit ⇒ ::String
Returns the value of attribute organizational_unit.
456 457 458 |
# File 'sig/types.rbs', line 456 def organizational_unit @organizational_unit end |
#pseudonym ⇒ ::String
Returns the value of attribute pseudonym.
457 458 459 |
# File 'sig/types.rbs', line 457 def pseudonym @pseudonym end |
#serial_number ⇒ ::String
Returns the value of attribute serial_number.
458 459 460 |
# File 'sig/types.rbs', line 458 def serial_number @serial_number end |
#state ⇒ ::String
Returns the value of attribute state.
459 460 461 |
# File 'sig/types.rbs', line 459 def state @state end |
#surname ⇒ ::String
Returns the value of attribute surname.
460 461 462 |
# File 'sig/types.rbs', line 460 def surname @surname end |
#title ⇒ ::String
Returns the value of attribute title.
461 462 463 |
# File 'sig/types.rbs', line 461 def title @title end |