Class: Aws::DevOpsAgent::Types::EventChannelDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#typeString

The type of event channel

Returns:

  • (String)


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