Class: Aws::Firehose::Types::PartitionSpec

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#identityArray<Types::PartitionField>

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

Returns:



3667
3668
3669
3670
3671
# File 'lib/aws-sdk-firehose/types.rb', line 3667

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