Class: Aws::Types::CertificateSubjectType
- Inherits:
-
Object
- Object
- Aws::Types::CertificateSubjectType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#city ⇒ ::String
Returns the value of attribute city.
-
#common_name ⇒ ::String
Returns the value of attribute common_name.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#organization ⇒ ::String
Returns the value of attribute organization.
-
#organization_unit ⇒ ::String
Returns the value of attribute organization_unit.
-
#state_or_province ⇒ ::String
Returns the value of attribute state_or_province.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
49 50 51 |
# File 'sig/types.rbs', line 49 def city @city end |
#common_name ⇒ ::String
Returns the value of attribute common_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def common_name @common_name end |
#country ⇒ ::String
Returns the value of attribute country.
50 51 52 |
# File 'sig/types.rbs', line 50 def country @country end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
52 53 54 |
# File 'sig/types.rbs', line 52 def email_address @email_address end |
#organization ⇒ ::String
Returns the value of attribute organization.
48 49 50 |
# File 'sig/types.rbs', line 48 def organization @organization end |
#organization_unit ⇒ ::String
Returns the value of attribute organization_unit.
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.
51 52 53 |
# File 'sig/types.rbs', line 51 def state_or_province @state_or_province end |