Class: Aws::LookoutMetrics::Types::GetSampleDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::GetSampleDataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#header_values ⇒ Array<String>
A list of header labels for the records.
-
#sample_rows ⇒ Array<Array<String>>
A list of records.
Instance Attribute Details
#header_values ⇒ Array<String>
A list of header labels for the records.
1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1667 class GetSampleDataResponse < Struct.new( :header_values, :sample_rows) SENSITIVE = [] include Aws::Structure end |
#sample_rows ⇒ Array<Array<String>>
A list of records.
1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1667 class GetSampleDataResponse < Struct.new( :header_values, :sample_rows) SENSITIVE = [] include Aws::Structure end |