Class: Aws::DevOpsGuru::Types::RemoveNotificationChannelRequest

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 notification channel to be removed.

Returns:

  • (String)


3850
3851
3852
3853
3854
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3850

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