Class: Aws::DevOpsGuru::Types::DeleteInsightRequest

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 insight.

Returns:

  • (String)


593
594
595
596
597
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 593

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