You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::DataSet

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the resource.

#column_groupsArray<Types::ColumnGroup>

Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.

Returns:

  • (Array<Types::ColumnGroup>)

    Groupings of columns that work together in certain Amazon QuickSight features.

#column_level_permission_rulesArray<Types::ColumnLevelPermissionRule>

A set of one or more definitions of a ColumnLevelPermissionRule.

Returns:

#consumed_spice_capacity_in_bytesInteger

The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn\'t imported into SPICE.

Returns:

  • (Integer)

    The amount of SPICE capacity used by this dataset.

#created_timeTime

The time that this dataset was created.

Returns:

  • (Time)

    The time that this dataset was created.

#data_set_idString

The ID of the dataset.

Returns:

  • (String)

    The ID of the dataset.

#import_modeString

Indicates whether you want to import the data into SPICE.

Possible values:

  • SPICE
  • DIRECT_QUERY

Returns:

  • (String)

    Indicates whether you want to import the data into SPICE.

#last_updated_timeTime

The last time that this dataset was updated.

Returns:

  • (Time)

    The last time that this dataset was updated.

#logical_table_mapHash<String,Types::LogicalTable>

Configures the combination and transformation of the data from the physical tables.

Returns:

  • (Hash<String,Types::LogicalTable>)

    Configures the combination and transformation of the data from the physical tables.

#nameString

A display name for the dataset.

Returns:

  • (String)

    A display name for the dataset.

#output_columnsArray<Types::OutputColumn>

The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.

Returns:

#physical_table_mapHash<String,Types::PhysicalTable>

Declares the physical tables that are available in the underlying data sources.

Returns:

  • (Hash<String,Types::PhysicalTable>)

    Declares the physical tables that are available in the underlying data sources.

#row_level_permission_data_setTypes::RowLevelPermissionDataSet

The row-level security configuration for the dataset.

Returns: