Class: Aws::IoTFleetWise::Types::StructuredMessageListDefinition

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

Instance Attribute Details

#capacityInteger

The capacity of the structured message list definition when the list type is FIXED_CAPACITY or DYNAMIC_BOUNDED_CAPACITY.

Returns:

  • (Integer)


3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3618

class StructuredMessageListDefinition < Struct.new(
  :name,
  :member_type,
  :list_type,
  :capacity)
  SENSITIVE = []
  include Aws::Structure
end

#list_typeString

The type of list of the structured message list definition.

Returns:

  • (String)


3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3618

class StructuredMessageListDefinition < Struct.new(
  :name,
  :member_type,
  :list_type,
  :capacity)
  SENSITIVE = []
  include Aws::Structure
end

#member_typeTypes::StructuredMessage

The member type of the structured message list definition.



3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3618

class StructuredMessageListDefinition < Struct.new(
  :name,
  :member_type,
  :list_type,
  :capacity)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the structured message list definition.

Returns:

  • (String)


3618
3619
3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3618

class StructuredMessageListDefinition < Struct.new(
  :name,
  :member_type,
  :list_type,
  :capacity)
  SENSITIVE = []
  include Aws::Structure
end