Class: Aws::ACMPCA::Types::CustomAttribute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb

Overview

Defines the X.500 relative distinguished name (RDN).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_identifierString

Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).

Returns:

  • (String)


894
895
896
897
898
899
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 894

class CustomAttribute < Struct.new(
  :object_identifier,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Specifies the attribute value of relative distinguished name (RDN).

Returns:

  • (String)


894
895
896
897
898
899
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 894

class CustomAttribute < Struct.new(
  :object_identifier,
  :value)
  SENSITIVE = []
  include Aws::Structure
end