Class: Aws::RolesAnywhere::Types::MappingRule

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rolesanywhere/types.rb

Overview

A single mapping entry for each supported specifier or sub-field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#specifierString

Specifier within a certificate field, such as CN, OU, or UID from the Subject field.

Returns:

  • (String)


476
477
478
479
480
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 476

class MappingRule < Struct.new(
  :specifier)
  SENSITIVE = []
  include Aws::Structure
end