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