Class: Aws::Types::GeneralName

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

Defined Under Namespace

Classes: DirectoryName, DnsName, IpAddress, OtherName, RegisteredId, Rfc822Name, UniformResourceIdentifier, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_nameTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def ip_address
  @ip_address
end

#other_nameTypes::OtherName

Returns the value of attribute other_name.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def uniform_resource_identifier
  @uniform_resource_identifier
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


585
586
587
# File 'sig/types.rbs', line 585

def unknown
  @unknown
end