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)


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