Class: Aws::ACMPCA::Types::EdiPartyName

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-acmpca/types.rb

Overview

Describes an Electronic Data Interchange (EDI) entity as described in as defined in [Subject Alternative Name] in RFC 5280.

[1]: datatracker.ietf.org/doc/html/rfc5280

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#name_assignerString

Specifies the name assigner.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-acmpca/types.rb', line 1166

class EdiPartyName < Struct.new(
  :party_name,
  :name_assigner)
  SENSITIVE = []
  include Aws::Structure
end

#party_nameString

Specifies the party name.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-acmpca/types.rb', line 1166

class EdiPartyName < Struct.new(
  :party_name,
  :name_assigner)
  SENSITIVE = []
  include Aws::Structure
end