Class: Aws::DevOpsAgent::Types::EventChannelDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::EventChannelDetails
- Defined in:
- gems/aws-sdk-devopsagent/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
1145 1146 1147 1148 1149 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1145 class EventChannelDetails < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |