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)


1127
1128
1129
1130
1131
1132
# File 'lib/aws-sdk-acmpca/types.rb', line 1127

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

#party_nameString

Specifies the party name.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
# File 'lib/aws-sdk-acmpca/types.rb', line 1127

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