Class: Aws::Inspector2::Types::ProviderDetailUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ProviderDetailUpdate
- 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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#azure ⇒ Types::AzureProviderDetailUpdate
The Azure-specific details for updating a connector.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
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
8624 8625 8626 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8624 def unknown @unknown end |