Class: Aws::SecurityHub::Types::ConnectorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConnectorSummary
- Includes:
- Aws::Structure
- Defined in:
- 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.
22867 22868 22869 22870 22871 22872 22873 22874 22875 22876 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22867 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.
22867 22868 22869 22870 22871 22872 22873 22874 22875 22876 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22867 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.
22867 22868 22869 22870 22871 22872 22873 22874 22875 22876 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22867 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.
22867 22868 22869 22870 22871 22872 22873 22874 22875 22876 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22867 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.
22867 22868 22869 22870 22871 22872 22873 22874 22875 22876 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22867 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.
22867 22868 22869 22870 22871 22872 22873 22874 22875 22876 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22867 class ConnectorSummary < Struct.new( :connector_arn, :connector_id, :name, :description, :provider_summary, :created_at) SENSITIVE = [] include Aws::Structure end |