Class: Aws::IoTAnalytics::Types::Partition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::Partition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
A partition dimension defined by an attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the attribute that defines a partition dimension.
Instance Attribute Details
#attribute_name ⇒ String
The name of the attribute that defines a partition dimension.
2289 2290 2291 2292 2293 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2289 class Partition < Struct.new( :attribute_name) SENSITIVE = [] include Aws::Structure end |