Class: Aws::DevOpsGuru::Types::DescribeAnomalyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeAnomalyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the member account.
-
#id ⇒ String
The ID of the anomaly.
Instance Attribute Details
#account_id ⇒ String
The ID of the member account.
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 |
#id ⇒ String
The ID of the anomaly.
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 |