Class: Aws::Inspector2::Types::DisableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DisableResponse
- 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 disabled.
-
#failed_accounts ⇒ Array<Types::FailedAccount>
Information on any accounts for which Amazon Inspector scans could not be disabled.
Instance Attribute Details
#accounts ⇒ Array<Types::Account>
Information on the accounts that have had Amazon Inspector scans successfully disabled. Details are provided for each account.
2652 2653 2654 2655 2656 2657 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2652 class DisableResponse < 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 disabled. Details are provided for each account.
2652 2653 2654 2655 2656 2657 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2652 class DisableResponse < Struct.new( :accounts, :failed_accounts) SENSITIVE = [] include Aws::Structure end |