Class: Aws::Types::GeneralName
- Inherits:
-
Object
- Object
- Aws::Types::GeneralName
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DirectoryName, DnsName, IpAddress, OtherName, RegisteredId, Rfc822Name, UniformResourceIdentifier, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_name ⇒ Types::DistinguishedName
Returns the value of attribute directory_name.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_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.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#directory_name ⇒ Types::DistinguishedName
Returns the value of attribute directory_name.
578 579 580 |
# File 'sig/types.rbs', line 578 def directory_name @directory_name end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
579 580 581 |
# File 'sig/types.rbs', line 579 def dns_name @dns_name end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
580 581 582 |
# File 'sig/types.rbs', line 580 def ip_address @ip_address end |
#other_name ⇒ Types::OtherName
Returns the value of attribute other_name.
581 582 583 |
# File 'sig/types.rbs', line 581 def other_name @other_name end |
#registered_id ⇒ ::String
Returns the value of attribute registered_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def registered_id @registered_id end |
#rfc_822_name ⇒ ::String
Returns the value of attribute rfc_822_name.
583 584 585 |
# File 'sig/types.rbs', line 583 def rfc_822_name @rfc_822_name end |
#uniform_resource_identifier ⇒ ::String
Returns the value of attribute uniform_resource_identifier.
584 585 586 |
# File 'sig/types.rbs', line 584 def uniform_resource_identifier @uniform_resource_identifier end |
#unknown ⇒ Object
Returns the value of attribute unknown.
585 586 587 |
# File 'sig/types.rbs', line 585 def unknown @unknown end |