Class: Aws::QuickSight::Types::Slot

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The definition for the slot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#slot_idString

The slot ID of the slot.

Returns:

  • (String)


27116
27117
27118
27119
27120
27121
# File 'lib/aws-sdk-quicksight/types.rb', line 27116

class Slot < Struct.new(
  :slot_id,
  :visual_id)
  SENSITIVE = []
  include Aws::Structure
end

#visual_idString

The visual ID for the slot.

Returns:

  • (String)


27116
27117
27118
27119
27120
27121
# File 'lib/aws-sdk-quicksight/types.rb', line 27116

class Slot < Struct.new(
  :slot_id,
  :visual_id)
  SENSITIVE = []
  include Aws::Structure
end