Class: Aws::Types::DistinguishedName

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#common_name::String

Returns the value of attribute common_name.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def common_name
  @common_name
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def given_name
  @given_name
end

#initials::String

Returns the value of attribute initials.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def initials
  @initials
end

#locality::String

Returns the value of attribute locality.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def locality
  @locality
end

#organization::String

Returns the value of attribute organization.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def organization
  @organization
end

#organizational_unit::String

Returns the value of attribute organizational_unit.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def organizational_unit
  @organizational_unit
end

#pseudonym::String

Returns the value of attribute pseudonym.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def pseudonym
  @pseudonym
end

#serial_number::String

Returns the value of attribute serial_number.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def serial_number
  @serial_number
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def state
  @state
end

#surname::String

Returns the value of attribute surname.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def surname
  @surname
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def title
  @title
end