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.
12456 12457 12458 |
# File 'sig/types.rbs', line 12456 def personalization_mode @personalization_mode end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12457 12458 12459 |
# File 'sig/types.rbs', line 12457 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12458 12459 12460 |
# File 'sig/types.rbs', line 12458 def status @status end |