Class: Aws::Types::ASN1Subject

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)


17
18
19
# File 'sig/types.rbs', line 17

def common_name
  @common_name
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def given_name
  @given_name
end

#initials::String

Returns the value of attribute initials.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def initials
  @initials
end

#locality::String

Returns the value of attribute locality.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def locality
  @locality
end

#organization::String

Returns the value of attribute organization.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def organization
  @organization
end

#organizational_unit::String

Returns the value of attribute organizational_unit.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def organizational_unit
  @organizational_unit
end

#pseudonym::String

Returns the value of attribute pseudonym.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def pseudonym
  @pseudonym
end

#serial_number::String

Returns the value of attribute serial_number.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def serial_number
  @serial_number
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def state
  @state
end

#surname::String

Returns the value of attribute surname.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def surname
  @surname
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def title
  @title
end