Class: Aws::Connect::Types::TemplateAttributes

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_attributesHash<String,String>

Returns:

  • (Hash<String,String>)


21924
21925
21926
21927
21928
21929
# File 'lib/aws-sdk-connect/types.rb', line 21924

class TemplateAttributes < Struct.new(
  :custom_attributes,
  :customer_profile_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#customer_profile_attributesString

Returns:

  • (String)


21924
21925
21926
21927
21928
21929
# File 'lib/aws-sdk-connect/types.rb', line 21924

class TemplateAttributes < Struct.new(
  :custom_attributes,
  :customer_profile_attributes)
  SENSITIVE = []
  include Aws::Structure
end