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)


1115
1116
1117
1118
1119
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1115

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