Class: Aws::EntityResolution::Types::ProviderEndpointConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ProviderEndpointConfiguration
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Note:
ProviderEndpointConfiguration is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ProviderEndpointConfiguration corresponding to the set member.
The required configuration fields to use with the provider service.
Direct Known Subclasses
Defined Under Namespace
Classes: MarketplaceConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marketplace_configuration ⇒ Types::ProviderMarketplaceConfiguration
The identifiers of the provider service, from Data Exchange.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#marketplace_configuration ⇒ Types::ProviderMarketplaceConfiguration
The identifiers of the provider service, from Data Exchange.
2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2347 class ProviderEndpointConfiguration < Struct.new( :marketplace_configuration, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class MarketplaceConfiguration < ProviderEndpointConfiguration; end class Unknown < ProviderEndpointConfiguration; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
2347 2348 2349 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2347 def unknown @unknown end |