Class: Aws::IoTTwinMaker::Types::ListPropertiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListPropertiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The string that specifies the next page of property results.
-
#property_summaries ⇒ Array<Types::PropertySummary>
A list of objects that contain information about the properties.
Instance Attribute Details
#next_token ⇒ String
The string that specifies the next page of property results.
2602 2603 2604 2605 2606 2607 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2602 class ListPropertiesResponse < Struct.new( :property_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#property_summaries ⇒ Array<Types::PropertySummary>
A list of objects that contain information about the properties.
2602 2603 2604 2605 2606 2607 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2602 class ListPropertiesResponse < Struct.new( :property_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |