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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

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

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

Returns:

  • (String)


3653
3654
3655
3656
3657
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3653

class PartitionField < Struct.new(
  :source_name)
  SENSITIVE = []
  include Aws::Structure
end