Class: Aws::SecurityHub::Types::GetConnectorV2Response

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arnString

The Amazon Resource Name (ARN) of the connectorV2.

Returns:

  • (String)


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_idString

The UUID of the connectorV2 to identify connectorV2 resource.

Returns:

  • (String)


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_atTime

ISO 8601 UTC timestamp for the time create the connectorV2.

Returns:

  • (Time)


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

#descriptionString

The description of the connectorV2.

Returns:

  • (String)


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

#healthTypes::HealthCheck

The current health status for connectorV2

Returns:



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_arnString

The Amazon Resource Name (ARN) of KMS key used for the connectorV2.

Returns:

  • (String)


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_atTime

ISO 8601 UTC timestamp for the time update the connectorV2 connectorStatus.

Returns:

  • (Time)


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

#nameString

The name of the connectorV2.

Returns:

  • (String)


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_detailTypes::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