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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


29848
29849
29850
29851
29852
29853
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29848

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

#visual_idString

The visual ID for the slot.

Returns:

  • (String)


29848
29849
29850
29851
29852
29853
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29848

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