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
1560 1561 1562 1563 1564 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1560 class EventChannelDetails < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |