Class: Aws::Types::DeleteAttributeMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAttributeMappingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_field ⇒ "x509Subject", ...
Returns the value of attribute certificate_field.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#specifiers ⇒ ::Array[::String]
Returns the value of attribute specifiers.
Instance Attribute Details
#certificate_field ⇒ "x509Subject", ...
Returns the value of attribute certificate_field.
73 74 75 |
# File 'sig/types.rbs', line 73 def certificate_field @certificate_field end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def profile_id @profile_id end |
#specifiers ⇒ ::Array[::String]
Returns the value of attribute specifiers.
74 75 76 |
# File 'sig/types.rbs', line 74 def specifiers @specifiers end |