Class: Aws::QConnect::Types::AmazonConnectGuideAssociationData
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AmazonConnectGuideAssociationData
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Content association data for a step-by-step guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_id ⇒ String
The Amazon Resource Name (ARN) of an Amazon Connect flow.
Instance Attribute Details
#flow_id ⇒ String
The Amazon Resource Name (ARN) of an Amazon Connect flow. Step-by-step guides are a type of flow.
828 829 830 831 832 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 828 class AmazonConnectGuideAssociationData < Struct.new( :flow_id) SENSITIVE = [] include Aws::Structure end |