Class: Aws::SecurityHub::Types::CspmProviderUpdateConfiguration

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

Overview

Note:

CspmProviderUpdateConfiguration is a union - when making an API calls you must set exactly one of the members.

The cloud provider configuration for updating a connector. This is a union type that currently supports Azure.

Defined Under Namespace

Classes: Azure, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#azureTypes::AzureUpdateConfiguration

The Azure update configuration.



23975
23976
23977
23978
23979
23980
23981
23982
23983
23984
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23975

class CspmProviderUpdateConfiguration < Struct.new(
  :azure,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Azure < CspmProviderUpdateConfiguration; end
  class Unknown < CspmProviderUpdateConfiguration; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



23975
23976
23977
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23975

def unknown
  @unknown
end