Class: Aws::QuickSight::Types::Slot
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Slot
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The definition for the slot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#slot_id ⇒ String
The slot ID of the slot.
-
#visual_id ⇒ String
The visual ID for the slot.
Instance Attribute Details
#slot_id ⇒ String
The slot ID of the slot.
30534 30535 30536 30537 30538 30539 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30534 class Slot < Struct.new( :slot_id, :visual_id) SENSITIVE = [] include Aws::Structure end |
#visual_id ⇒ String
The visual ID for the slot.
30534 30535 30536 30537 30538 30539 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30534 class Slot < Struct.new( :slot_id, :visual_id) SENSITIVE = [] include Aws::Structure end |