Class: Aws::Inspector2::Types::ProviderDetailUpdate

Inherits:
Struct
  • Object
show all
Includes:
Structure, Structure::Union
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Note:

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

The provider-specific configuration details for updating a connector.

Defined Under Namespace

Classes: Azure, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#azure ⇒ Types::AzureProviderDetailUpdate

The Azure-specific details for updating a connector.



8624
8625
8626
8627
8628
8629
8630
8631
8632
8633
# File 'lib/aws-sdk-inspector2/types.rb', line 8624

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

  class Azure < ProviderDetailUpdate; end
  class Unknown < ProviderDetailUpdate; end
end

#unknown ⇒ Object

Returns the value of attribute unknown

Returns:

  • (Object) —

    the current value of unknown



8624
8625
8626
# File 'lib/aws-sdk-inspector2/types.rb', line 8624

def unknown
  @unknown
end