Class: Aws::QuickSight::Types::AwsIotAnalyticsParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AwsIotAnalyticsParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for IoT Analytics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_name ⇒ String
Dataset name.
Instance Attribute Details
#data_set_name ⇒ String
Dataset name.
3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3176 class AwsIotAnalyticsParameters < Struct.new( :data_set_name) SENSITIVE = [] include Aws::Structure end |