Class: Aws::RolesAnywhere::Types::MappingRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::MappingRule
- 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
-
#specifier ⇒ String
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.
Instance Attribute Details
#specifier ⇒ String
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.
476 477 478 479 480 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 476 class MappingRule < Struct.new( :specifier) SENSITIVE = [] include Aws::Structure end |