Class: Aws::DevOpsGuru::Types::DescribeInsightRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeInsightRequest
- 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 in the organization.
-
#id ⇒ String
The ID of the insight.
Instance Attribute Details
#account_id ⇒ String
The ID of the member account in the organization.
781 782 783 784 785 786 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 781 class DescribeInsightRequest < Struct.new( :id, :account_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the insight.
781 782 783 784 785 786 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 781 class DescribeInsightRequest < Struct.new( :id, :account_id) SENSITIVE = [] include Aws::Structure end |