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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#scope ⇒ String

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

Returns:

  • (String)


174
175
176
177
178
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 174

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