Class: Aws::Kafka::Types::PartitionSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::PartitionSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
A source column used by an Apache Iceberg destination table's partition specification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#source_name ⇒ String
6243 6244 6245 6246 6247 |
# File 'lib/aws-sdk-kafka/types.rb', line 6243 class PartitionSource < Struct.new( :source_name) SENSITIVE = [] include Aws::Structure end |