Class: Aws::Firehose::Types::PartitionField

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#source_nameString

The column name to be configured in partition spec.

Amazon Data Firehose is in preview release and is subject to change.

Returns:

  • (String)


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