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)


30232
30233
30234
30235
30236
30237
# File 'lib/aws-sdk-quicksight/types.rb', line 30232

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

#visual_idString

The visual ID for the slot.

Returns:

  • (String)


30232
30233
30234
30235
30236
30237
# File 'lib/aws-sdk-quicksight/types.rb', line 30232

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