Class: Aws::SecurityHub::Types::UpdateConnectorV2Response

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_statusString

The status of the connector after the update.

Returns:

  • (String)


34623
34624
34625
34626
34627
34628
# File 'lib/aws-sdk-securityhub/types.rb', line 34623

class UpdateConnectorV2Response < Struct.new(
  :connector_status,
  :enablement_status)
  SENSITIVE = []
  include Aws::Structure
end

#enablement_statusString

The enablement status of the connector after the update.

Returns:

  • (String)


34623
34624
34625
34626
34627
34628
# File 'lib/aws-sdk-securityhub/types.rb', line 34623

class UpdateConnectorV2Response < Struct.new(
  :connector_status,
  :enablement_status)
  SENSITIVE = []
  include Aws::Structure
end