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.
1159 1160 1161 1162 1163 1164 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1159 class EdiPartyName < Struct.new( :party_name, :name_assigner) SENSITIVE = [] include Aws::Structure end |
#party_name ⇒ String
Specifies the party name.
1159 1160 1161 1162 1163 1164 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1159 class EdiPartyName < Struct.new( :party_name, :name_assigner) SENSITIVE = [] include Aws::Structure end |