Class: Aws::SecurityHub::Types::ListConnectorsV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListConnectorsV2Request
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_status ⇒ String
The status for the connectorV2.
-
#max_results ⇒ Integer
The maximum number of results to be returned.
-
#next_token ⇒ String
The pagination token per the Amazon Web Services Pagination standard.
-
#provider_name ⇒ String
The name of the third-party provider.
Instance Attribute Details
#connector_status ⇒ String
The status for the connectorV2.
27341 27342 27343 27344 27345 27346 27347 27348 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27341 class ListConnectorsV2Request < Struct.new( :next_token, :max_results, :provider_name, :connector_status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned.
27341 27342 27343 27344 27345 27346 27347 27348 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27341 class ListConnectorsV2Request < Struct.new( :next_token, :max_results, :provider_name, :connector_status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token per the Amazon Web Services Pagination standard
27341 27342 27343 27344 27345 27346 27347 27348 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27341 class ListConnectorsV2Request < Struct.new( :next_token, :max_results, :provider_name, :connector_status) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The name of the third-party provider.
27341 27342 27343 27344 27345 27346 27347 27348 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27341 class ListConnectorsV2Request < Struct.new( :next_token, :max_results, :provider_name, :connector_status) SENSITIVE = [] include Aws::Structure end |