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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/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.

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 'gems/aws-sdk-acmpca/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 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1127

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