Class: Aws::Connect::Types::CreateContactFlowModuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateContactFlowModuleResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow module.
-
#id ⇒ String
The identifier of the flow module.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow module.
3382 3383 3384 3385 3386 3387 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3382 class CreateContactFlowModuleResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the flow module.
3382 3383 3384 3385 3386 3387 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3382 class CreateContactFlowModuleResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |