Class: Aws::DevOpsGuru::Types::DescribeInsightRequest

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

#account_idString

The ID of the member account in the organization.

Returns:

  • (String)


781
782
783
784
785
786
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 781

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

#idString

The ID of the insight.

Returns:

  • (String)


781
782
783
784
785
786
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 781

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