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.
3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3029 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.
3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3029 class EnableResponse < Struct.new( :accounts, :failed_accounts) SENSITIVE = [] include Aws::Structure end |