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.
3436 3437 3438 3439 3440 3441 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3436 class CreateContactFlowModuleResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the flow module.
3436 3437 3438 3439 3440 3441 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3436 class CreateContactFlowModuleResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |