Class: Aws::Types::Channel

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_publishers::Array[("AnomalyDetection")]

Returns the value of attribute event_publishers.

Returns:

  • (::Array[("AnomalyDetection")])


76
77
78
# File 'sig/types.rbs', line 76

def event_publishers
  @event_publishers
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def id
  @id
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def uri
  @uri
end