Class: Aws::QConnect::Types::ContentAssociationContents

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Note:

ContentAssociationContents is a union - when making an API calls you must set exactly one of the members.

Note:

ContentAssociationContents is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ContentAssociationContents corresponding to the set member.

The contents of a content association.

Direct Known Subclasses

AmazonConnectGuideAssociation, Unknown

Defined Under Namespace

Classes: AmazonConnectGuideAssociation, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_connect_guide_associationTypes::AmazonConnectGuideAssociationData

The data of the step-by-step guide association.



1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1539

class ContentAssociationContents < Struct.new(
  :amazon_connect_guide_association,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class AmazonConnectGuideAssociation < ContentAssociationContents; end
  class Unknown < ContentAssociationContents; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



1539
1540
1541
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1539

def unknown
  @unknown
end