Class: Aws::Detective::Types::NewAsoDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::NewAsoDetail
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Details new Autonomous System Organizations (ASOs) used either at the resource or account level.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aso ⇒ String
Details about the new Autonomous System Organization (ASO).
-
#is_new_for_entire_account ⇒ Boolean
Checks if the Autonomous System Organization (ASO) is new for the entire account.
Instance Attribute Details
#aso ⇒ String
Details about the new Autonomous System Organization (ASO).
1429 1430 1431 1432 1433 1434 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1429 class NewAsoDetail < Struct.new( :aso, :is_new_for_entire_account) SENSITIVE = [] include Aws::Structure end |
#is_new_for_entire_account ⇒ Boolean
Checks if the Autonomous System Organization (ASO) is new for the entire account.
1429 1430 1431 1432 1433 1434 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1429 class NewAsoDetail < Struct.new( :aso, :is_new_for_entire_account) SENSITIVE = [] include Aws::Structure end |