Class: Aws::Firehose::Types::PartitionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::PartitionField
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Represents a single field in a PartitionSpec
.
Amazon Data Firehose is in preview release and is subject to change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_name ⇒ String
The column name to be configured in partition spec.
Instance Attribute Details
#source_name ⇒ String
The column name to be configured in partition spec.
Amazon Data Firehose is in preview release and is subject to change.
3917 3918 3919 3920 3921 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3917 class PartitionField < Struct.new( :source_name) SENSITIVE = [] include Aws::Structure end |