Class: Aws::ApplicationInsights::Types::DescribeObservationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::DescribeObservationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The AWS account ID for the resource group owner.
-
#observation_id ⇒ String
The ID of the observation.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID for the resource group owner.
698 699 700 701 702 703 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 698 class DescribeObservationRequest < Struct.new( :observation_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#observation_id ⇒ String
The ID of the observation.
698 699 700 701 702 703 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 698 class DescribeObservationRequest < Struct.new( :observation_id, :account_id) SENSITIVE = [] include Aws::Structure end |