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

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

Instance Attribute Details

#typeString

The type of event channel

Returns:

  • (String)


1109
1110
1111
1112
1113
# File 'lib/aws-sdk-devopsagent/types.rb', line 1109

class EventChannelDetails < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end