Class: Aws::Types::GeneralName
- Inherits:
-
Object
- Object
- Aws::Types::GeneralName
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_name ⇒ Types::ASN1Subject
Returns the value of attribute directory_name.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#edi_party_name ⇒ Types::EdiPartyName
Returns the value of attribute edi_party_name.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#other_name ⇒ Types::OtherName
Returns the value of attribute other_name.
-
#registered_id ⇒ ::String
Returns the value of attribute registered_id.
-
#rfc_822_name ⇒ ::String
Returns the value of attribute rfc_822_name.
-
#uniform_resource_identifier ⇒ ::String
Returns the value of attribute uniform_resource_identifier.
Instance Attribute Details
#directory_name ⇒ Types::ASN1Subject
Returns the value of attribute directory_name.
225 226 227 |
# File 'sig/types.rbs', line 225 def directory_name @directory_name end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
224 225 226 |
# File 'sig/types.rbs', line 224 def dns_name @dns_name end |
#edi_party_name ⇒ Types::EdiPartyName
Returns the value of attribute edi_party_name.
226 227 228 |
# File 'sig/types.rbs', line 226 def edi_party_name @edi_party_name end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
228 229 230 |
# File 'sig/types.rbs', line 228 def ip_address @ip_address end |
#other_name ⇒ Types::OtherName
Returns the value of attribute other_name.
222 223 224 |
# File 'sig/types.rbs', line 222 def other_name @other_name end |
#registered_id ⇒ ::String
Returns the value of attribute registered_id.
229 230 231 |
# File 'sig/types.rbs', line 229 def registered_id @registered_id end |
#rfc_822_name ⇒ ::String
Returns the value of attribute rfc_822_name.
223 224 225 |
# File 'sig/types.rbs', line 223 def rfc_822_name @rfc_822_name end |
#uniform_resource_identifier ⇒ ::String
Returns the value of attribute uniform_resource_identifier.
227 228 229 |
# File 'sig/types.rbs', line 227 def uniform_resource_identifier @uniform_resource_identifier end |