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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudtrail/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)


3805
3806
3807
3808
3809
3810
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3805

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)


3805
3806
3807
3808
3809
3810
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3805

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