Class: Aws::AppIntegrationsService::Types::ContactHandling

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#scopeString

Indicates whether the application refreshes for each contact or refreshes only with each new browser session.

Returns:

  • (String)


137
138
139
140
141
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 137

class ContactHandling < Struct.new(
  :scope)
  SENSITIVE = []
  include Aws::Structure
end