Class: Aws::Types::CertificateSubjectType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def city
  @city
end

#common_name::String

Returns the value of attribute common_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def common_name
  @common_name
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def country
  @country
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def email_address
  @email_address
end

#organization::String

Returns the value of attribute organization.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def organization
  @organization
end

#organization_unit::String

Returns the value of attribute organization_unit.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def organization_unit
  @organization_unit
end

#state_or_province::String

Returns the value of attribute state_or_province.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def state_or_province
  @state_or_province
end