Class: Aws::Inspector2::Types::EnableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::EnableResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Types::Account>
Information on the accounts that have had Amazon Inspector scans successfully enabled.
-
#failed_accounts ⇒ Array<Types::FailedAccount>
Information on any accounts for which Amazon Inspector scans could not be enabled.
Instance Attribute Details
#accounts ⇒ Array<Types::Account>
Information on the accounts that have had Amazon Inspector scans successfully enabled. Details are provided for each account.
4004 4005 4006 4007 4008 4009 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4004 class EnableResponse < Struct.new( :accounts, :failed_accounts) SENSITIVE = [] include Aws::Structure end |
#failed_accounts ⇒ Array<Types::FailedAccount>
Information on any accounts for which Amazon Inspector scans could not be enabled. Details are provided for each account.
4004 4005 4006 4007 4008 4009 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4004 class EnableResponse < Struct.new( :accounts, :failed_accounts) SENSITIVE = [] include Aws::Structure end |