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 Amazon Web Services account ID for the resource group owner.
-
#observation_id ⇒ String
The ID of the observation.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the resource group owner.
712 713 714 715 716 717 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 712 class DescribeObservationRequest < Struct.new( :observation_id, :account_id) SENSITIVE = [] include Aws::Structure end |
#observation_id ⇒ String
The ID of the observation.
712 713 714 715 716 717 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 712 class DescribeObservationRequest < Struct.new( :observation_id, :account_id) SENSITIVE = [] include Aws::Structure end |