Class: Aws::Detective::Types::NewAsoDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#asoString

Details about the new Autonomous System Organization (ASO).

Returns:

  • (String)


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_accountBoolean

Checks if the Autonomous System Organization (ASO) is new for the entire account.

Returns:

  • (Boolean)


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