Class: Aws::Types::SetIdentityFeedbackForwardingEnabledRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetIdentityFeedbackForwardingEnabledRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forwarding_enabled ⇒ Boolean
Returns the value of attribute forwarding_enabled.
-
#identity ⇒ ::String
Returns the value of attribute identity.
Instance Attribute Details
#forwarding_enabled ⇒ Boolean
Returns the value of attribute forwarding_enabled.
950 951 952 |
# File 'sig/types.rbs', line 950 def forwarding_enabled @forwarding_enabled end |
#identity ⇒ ::String
Returns the value of attribute identity.
949 950 951 |
# File 'sig/types.rbs', line 949 def identity @identity end |