Class: Aws::Types::AttributeMapping
- Inherits:
-
Object
- Object
- Aws::Types::AttributeMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_field ⇒ "x509Subject", ...
Returns the value of attribute certificate_field.
-
#mapping_rules ⇒ ::Array[Types::MappingRule]
Returns the value of attribute mapping_rules.
Instance Attribute Details
#certificate_field ⇒ "x509Subject", ...
Returns the value of attribute certificate_field.
17 18 19 |
# File 'sig/types.rbs', line 17 def certificate_field @certificate_field end |
#mapping_rules ⇒ ::Array[Types::MappingRule]
Returns the value of attribute mapping_rules.
18 19 20 |
# File 'sig/types.rbs', line 18 def mapping_rules @mapping_rules end |