Class: Aws::Inspector2::Types::EnableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::EnableRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
A list of account IDs you want to enable Amazon Inspector scans for.
-
#client_token ⇒ String
The idempotency token for the request.
-
#resource_types ⇒ Array<String>
The resource scan types you want to enable.
Instance Attribute Details
#account_ids ⇒ Array<String>
A list of account IDs you want to enable Amazon Inspector scans for.
3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3009 class EnableRequest < Struct.new( :account_ids, :client_token, :resource_types) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The idempotency token for the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3009 class EnableRequest < Struct.new( :account_ids, :client_token, :resource_types) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
The resource scan types you want to enable.
3009 3010 3011 3012 3013 3014 3015 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3009 class EnableRequest < Struct.new( :account_ids, :client_token, :resource_types) SENSITIVE = [] include Aws::Structure end |