Class: Aws::DevOpsGuru::Types::AddNotificationChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the added notification channel.

Returns:

  • (String)


99
100
101
102
103
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 99

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