Class: Aws::Types::ExperienceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExperienceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_source_configuration ⇒ Types::ContentSourceConfiguration
Returns the value of attribute content_source_configuration.
-
#user_identity_configuration ⇒ Types::UserIdentityConfiguration
Returns the value of attribute user_identity_configuration.
Instance Attribute Details
#content_source_configuration ⇒ Types::ContentSourceConfiguration
Returns the value of attribute content_source_configuration.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def content_source_configuration @content_source_configuration end |
#user_identity_configuration ⇒ Types::UserIdentityConfiguration
Returns the value of attribute user_identity_configuration.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def user_identity_configuration @user_identity_configuration end |