Class: Aws::Types::MappingRule
- Inherits:
-
Object
- Object
- Aws::Types::MappingRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claim ⇒ ::String
Returns the value of attribute claim.
-
#match_type ⇒ "Equals", ...
Returns the value of attribute match_type.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#claim ⇒ ::String
Returns the value of attribute claim.
259 260 261 |
# File 'sig/types.rbs', line 259 def claim @claim end |
#match_type ⇒ "Equals", ...
Returns the value of attribute match_type.
260 261 262 |
# File 'sig/types.rbs', line 260 def match_type @match_type end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
262 263 264 |
# File 'sig/types.rbs', line 262 def role_arn @role_arn end |
#value ⇒ ::String
Returns the value of attribute value.
261 262 263 |
# File 'sig/types.rbs', line 261 def value @value end |