Class: Aws::DevOpsGuru::Types::DescribeAnomalyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Returns:

  • (String)


705
706
707
708
709
710
# File 'lib/aws-sdk-devopsguru/types.rb', line 705

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

#idString

The ID of the anomaly.

Returns:

  • (String)


705
706
707
708
709
710
# File 'lib/aws-sdk-devopsguru/types.rb', line 705

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