Class: Aws::ACMPCA::Types::EdiPartyName
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::EdiPartyName
- 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
-
#name_assigner ⇒ String
Specifies the name assigner.
-
#party_name ⇒ String
Specifies the party name.
Instance Attribute Details
#name_assigner ⇒ String
Specifies the name assigner.
1125 1126 1127 1128 1129 1130 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1125 class EdiPartyName < Struct.new( :party_name, :name_assigner) SENSITIVE = [] include Aws::Structure end |
#party_name ⇒ String
Specifies the party name.
1125 1126 1127 1128 1129 1130 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1125 class EdiPartyName < Struct.new( :party_name, :name_assigner) SENSITIVE = [] include Aws::Structure end |