Class: Aws::Connect::Types::ContactFlowModuleAliasSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactFlowModuleAliasSummary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains information about an alias.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_description ⇒ String
The description of the alias.
-
#alias_id ⇒ String
The identifier of the alias.
-
#alias_name ⇒ String
The name of the alias.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow module alias.
-
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
-
#version ⇒ Integer
The version of the flow module.
Instance Attribute Details
#alias_description ⇒ String
The description of the alias.
3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3524 class ContactFlowModuleAliasSummary < Struct.new( :arn, :alias_id, :version, :alias_name, :alias_description, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#alias_id ⇒ String
The identifier of the alias.
3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3524 class ContactFlowModuleAliasSummary < Struct.new( :arn, :alias_id, :version, :alias_name, :alias_description, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#alias_name ⇒ String
The name of the alias.
3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3524 class ContactFlowModuleAliasSummary < Struct.new( :arn, :alias_id, :version, :alias_name, :alias_description, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the flow module alias.
3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3524 class ContactFlowModuleAliasSummary < Struct.new( :arn, :alias_id, :version, :alias_name, :alias_description, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3524 class ContactFlowModuleAliasSummary < Struct.new( :arn, :alias_id, :version, :alias_name, :alias_description, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the flow module.
3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3524 class ContactFlowModuleAliasSummary < Struct.new( :arn, :alias_id, :version, :alias_name, :alias_description, :last_modified_time) SENSITIVE = [] include Aws::Structure end |