Class: Aws::SecurityHub::Types::GetConnectorV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetConnectorV2Response
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
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.
-
#health ⇒ Types::HealthCheck
The current health status for connectorV2.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of KMS key used for the connectorV2.
-
#last_updated_at ⇒ Time
ISO 8601 UTC timestamp for the time update the connectorV2 connectorStatus.
-
#name ⇒ String
The name of the connectorV2.
-
#provider_detail ⇒ Types::ProviderDetail
The third-party provider detail for a service configuration.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connectorV2.
25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25465 class GetConnectorV2Response < Struct.new( :connector_arn, :connector_id, :name, :description, :kms_key_arn, :created_at, :last_updated_at, :health, :provider_detail) SENSITIVE = [] include Aws::Structure end |
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25465 class GetConnectorV2Response < Struct.new( :connector_arn, :connector_id, :name, :description, :kms_key_arn, :created_at, :last_updated_at, :health, :provider_detail) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
ISO 8601 UTC timestamp for the time create the connectorV2.
25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25465 class GetConnectorV2Response < Struct.new( :connector_arn, :connector_id, :name, :description, :kms_key_arn, :created_at, :last_updated_at, :health, :provider_detail) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the connectorV2.
25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25465 class GetConnectorV2Response < Struct.new( :connector_arn, :connector_id, :name, :description, :kms_key_arn, :created_at, :last_updated_at, :health, :provider_detail) SENSITIVE = [] include Aws::Structure end |
#health ⇒ Types::HealthCheck
The current health status for connectorV2
25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25465 class GetConnectorV2Response < Struct.new( :connector_arn, :connector_id, :name, :description, :kms_key_arn, :created_at, :last_updated_at, :health, :provider_detail) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of KMS key used for the connectorV2.
25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25465 class GetConnectorV2Response < Struct.new( :connector_arn, :connector_id, :name, :description, :kms_key_arn, :created_at, :last_updated_at, :health, :provider_detail) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
ISO 8601 UTC timestamp for the time update the connectorV2 connectorStatus.
25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25465 class GetConnectorV2Response < Struct.new( :connector_arn, :connector_id, :name, :description, :kms_key_arn, :created_at, :last_updated_at, :health, :provider_detail) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the connectorV2.
25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25465 class GetConnectorV2Response < Struct.new( :connector_arn, :connector_id, :name, :description, :kms_key_arn, :created_at, :last_updated_at, :health, :provider_detail) SENSITIVE = [] include Aws::Structure end |
#provider_detail ⇒ Types::ProviderDetail
The third-party provider detail for a service configuration.
25465 25466 25467 25468 25469 25470 25471 25472 25473 25474 25475 25476 25477 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25465 class GetConnectorV2Response < Struct.new( :connector_arn, :connector_id, :name, :description, :kms_key_arn, :created_at, :last_updated_at, :health, :provider_detail) SENSITIVE = [] include Aws::Structure end |