Class: Aws::Types::UserTurnSlotOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sub_slots ⇒ ::Hash[::String, Types::UserTurnSlotOutput]

Returns the value of attribute sub_slots.

Returns:



3824
3825
3826
# File 'sig/types.rbs', line 3824

def sub_slots
  @sub_slots
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


3822
3823
3824
# File 'sig/types.rbs', line 3822

def value
  @value
end

#values ⇒ ::Array[Types::UserTurnSlotOutput]

Returns the value of attribute values.

Returns:



3823
3824
3825
# File 'sig/types.rbs', line 3823

def values
  @values
end