Class: Aws::OpenSearchService::Types::CapabilityBaseResponseConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CapabilityBaseResponseConfig
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Note:
CapabilityBaseResponseConfig is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of CapabilityBaseResponseConfig corresponding to the set member.
The base configuration returned for a registered capability.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_config ⇒ Types::AIConfig
Configuration settings for AI-powered capabilities.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#ai_config ⇒ Types::AIConfig
Configuration settings for AI-powered capabilities.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1297 class CapabilityBaseResponseConfig < Struct.new( :ai_config, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class AiConfig < CapabilityBaseResponseConfig; end class Unknown < CapabilityBaseResponseConfig; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1297 1298 1299 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1297 def unknown @unknown end |