Class: Aws::Types::UpdateQPersonalizationConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQPersonalizationConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#personalization_mode ⇒ "ENABLED", "DISABLED"
Returns the value of attribute personalization_mode.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#personalization_mode ⇒ "ENABLED", "DISABLED"
Returns the value of attribute personalization_mode.
12912 12913 12914 |
# File 'sig/types.rbs', line 12912 def personalization_mode @personalization_mode end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12913 12914 12915 |
# File 'sig/types.rbs', line 12913 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12914 12915 12916 |
# File 'sig/types.rbs', line 12914 def status @status end |