Class: Aws::SecurityHub::Types::ConnectorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConnectorSummary
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A condensed overview of the connectorV2..
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connectorV2.
-
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
-
#created_at ⇒ Time
ISO 8601 UTC timestamp for the time create the connectorV2.
-
#description ⇒ String
The description of the connectorV2.
-
#name ⇒ String
The Name field contains the user-defined name assigned to the integration connector.
-
#provider_summary ⇒ Types::ProviderSummary
The connectorV2 third party provider configuration summary.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connectorV2.
22840 22841 22842 22843 22844 22845 22846 22847 22848 22849 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22840 class ConnectorSummary < Struct.new( :connector_arn, :connector_id, :name, :description, :provider_summary, :created_at) SENSITIVE = [] include Aws::Structure end |
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
22840 22841 22842 22843 22844 22845 22846 22847 22848 22849 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22840 class ConnectorSummary < Struct.new( :connector_arn, :connector_id, :name, :description, :provider_summary, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
ISO 8601 UTC timestamp for the time create the connectorV2.
22840 22841 22842 22843 22844 22845 22846 22847 22848 22849 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22840 class ConnectorSummary < Struct.new( :connector_arn, :connector_id, :name, :description, :provider_summary, :created_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the connectorV2.
22840 22841 22842 22843 22844 22845 22846 22847 22848 22849 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22840 class ConnectorSummary < Struct.new( :connector_arn, :connector_id, :name, :description, :provider_summary, :created_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The Name field contains the user-defined name assigned to the integration connector. This helps identify and manage multiple connectors within Security Hub.
22840 22841 22842 22843 22844 22845 22846 22847 22848 22849 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22840 class ConnectorSummary < Struct.new( :connector_arn, :connector_id, :name, :description, :provider_summary, :created_at) SENSITIVE = [] include Aws::Structure end |
#provider_summary ⇒ Types::ProviderSummary
The connectorV2 third party provider configuration summary.
22840 22841 22842 22843 22844 22845 22846 22847 22848 22849 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22840 class ConnectorSummary < Struct.new( :connector_arn, :connector_id, :name, :description, :provider_summary, :created_at) SENSITIVE = [] include Aws::Structure end |