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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#object_identifierString

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

Returns:

  • (String)


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

#valueString

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

Returns:

  • (String)


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