Class: Aws::AppIntegrationsService::Types::ContactHandling
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ContactHandling
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
The contact handling configuration for the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scope ⇒ String
Indicates whether the application refreshes for each contact or refreshes only with each new browser session.
Instance Attribute Details
#scope ⇒ String
Indicates whether the application refreshes for each contact or refreshes only with each new browser session.
132 133 134 135 136 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 132 class ContactHandling < Struct.new( :scope) SENSITIVE = [] include Aws::Structure end |