Class: Aws::IoTFleetWise::Types::StructuredMessageListDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::StructuredMessageListDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Represents a list type node of the complex data structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity ⇒ Integer
The capacity of the structured message list definition when the list type is ‘FIXED_CAPACITY` or `DYNAMIC_BOUNDED_CAPACITY`.
-
#list_type ⇒ String
The type of list of the structured message list definition.
-
#member_type ⇒ Types::StructuredMessage
The member type of the structured message list definition.
-
#name ⇒ String
The name of the structured message list definition.
Instance Attribute Details
#capacity ⇒ Integer
The capacity of the structured message list definition when the list type is ‘FIXED_CAPACITY` or `DYNAMIC_BOUNDED_CAPACITY`.
4473 4474 4475 4476 4477 4478 4479 4480 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4473 class StructuredMessageListDefinition < Struct.new( :name, :member_type, :list_type, :capacity) SENSITIVE = [] include Aws::Structure end |
#list_type ⇒ String
The type of list of the structured message list definition.
4473 4474 4475 4476 4477 4478 4479 4480 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4473 class StructuredMessageListDefinition < Struct.new( :name, :member_type, :list_type, :capacity) SENSITIVE = [] include Aws::Structure end |
#member_type ⇒ Types::StructuredMessage
The member type of the structured message list definition.
4473 4474 4475 4476 4477 4478 4479 4480 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4473 class StructuredMessageListDefinition < Struct.new( :name, :member_type, :list_type, :capacity) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the structured message list definition.
4473 4474 4475 4476 4477 4478 4479 4480 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4473 class StructuredMessageListDefinition < Struct.new( :name, :member_type, :list_type, :capacity) SENSITIVE = [] include Aws::Structure end |