Class: Aws::CloudTrail::Types::PartitionKey

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Contains information about a partition key for an event data store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the partition key.

Returns:

  • (String)


4179
4180
4181
4182
4183
4184
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4179

class PartitionKey < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data type of the partition key. For example, ‘bigint` or `string`.

Returns:

  • (String)


4179
4180
4181
4182
4183
4184
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4179

class PartitionKey < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end