Class: Aws::DevOpsAgent::Types::EventChannelDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::EventChannelDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Service details for Event Channel integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of event channel.
Instance Attribute Details
#type ⇒ String
The type of event channel
1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1109 class EventChannelDetails < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |