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.
2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2432 class AwsIotAnalyticsParameters < Struct.new( :data_set_name) SENSITIVE = [] include Aws::Structure end |