Class: Aws::Connect::Types::ActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ActionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about an action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ String
The action type.
Instance Attribute Details
#action_type ⇒ String
The action type.
34 35 36 37 38 |
# File 'lib/aws-sdk-connect/types.rb', line 34 class ActionSummary < Struct.new( :action_type) SENSITIVE = [] include Aws::Structure end |