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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rolesanywhere/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)


470
471
472
473
474
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 470

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