Class: Aws::Types::PutAttributeMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAttributeMappingRequest
- 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.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
Instance Attribute Details
#certificate_field ⇒ "x509Subject", ...
Returns the value of attribute certificate_field.
192 193 194 |
# File 'sig/types.rbs', line 192 def certificate_field @certificate_field end |
#mapping_rules ⇒ ::Array[Types::MappingRule]
Returns the value of attribute mapping_rules.
193 194 195 |
# File 'sig/types.rbs', line 193 def mapping_rules @mapping_rules end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
191 192 193 |
# File 'sig/types.rbs', line 191 def profile_id @profile_id end |