Class: Aws::ACMPCA::Types::CustomAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::CustomAttribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
Defines the X.500 relative distinguished name (RDN).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_identifier ⇒ String
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
-
#value ⇒ String
Specifies the attribute value of relative distinguished name (RDN).
Instance Attribute Details
#object_identifier ⇒ String
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
890 891 892 893 894 895 |
# File 'lib/aws-sdk-acmpca/types.rb', line 890 class CustomAttribute < Struct.new( :object_identifier, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Specifies the attribute value of relative distinguished name (RDN).
890 891 892 893 894 895 |
# File 'lib/aws-sdk-acmpca/types.rb', line 890 class CustomAttribute < Struct.new( :object_identifier, :value) SENSITIVE = [] include Aws::Structure end |