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

Class: Aws::QuickSight::Types::DataSetSummary

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

Overview

Dataset summary.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the dataset.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the dataset.

#column_level_permission_rules_appliedBoolean

Indicates if the dataset has column level permission configured.

Returns:

  • (Boolean)

    Indicates if the dataset has column level permission configured.

#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.

#nameString

A display name for the dataset.

Returns:

  • (String)

    A display name for the dataset.

#row_level_permission_data_setTypes::RowLevelPermissionDataSet

The row-level security configuration for the dataset.

Returns: