Class: Aws::CloudTrail::Types::PartitionKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::PartitionKey
- 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
-
#name ⇒ String
The name of the partition key.
-
#type ⇒ String
The data type of the partition key.
Instance Attribute Details
#name ⇒ String
The name of the partition key.
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 |
#type ⇒ String
The data type of the partition key. For example, bigint
or
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 |