Class: Aws::Detective::Types::DescribeOrganizationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::DescribeOrganizationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_arn ⇒ String
The ARN of the organization behavior graph.
Instance Attribute Details
#graph_arn ⇒ String
The ARN of the organization behavior graph.
405 406 407 408 409 |
# File 'lib/aws-sdk-detective/types.rb', line 405 class DescribeOrganizationConfigurationRequest < Struct.new( :graph_arn) SENSITIVE = [] include Aws::Structure end |