Class: Aws::Types::GeneralName

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_nameTypes::ASN1Subject

Returns the value of attribute directory_name.

Returns:



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.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def dns_name
  @dns_name
end

#edi_party_nameTypes::EdiPartyName

Returns the value of attribute edi_party_name.

Returns:



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.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def ip_address
  @ip_address
end

#other_nameTypes::OtherName

Returns the value of attribute other_name.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def uniform_resource_identifier
  @uniform_resource_identifier
end