Class: Aws::Types::SessionsStatisticsResources

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

Defined Under Namespace

Classes: FleetIds, QueueIds, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_ids::Array[::String]

Returns the value of attribute fleet_ids.

Returns:

  • (::Array[::String])


2844
2845
2846
# File 'sig/types.rbs', line 2844

def fleet_ids
  @fleet_ids
end

#queue_ids::Array[::String]

Returns the value of attribute queue_ids.

Returns:

  • (::Array[::String])


2843
2844
2845
# File 'sig/types.rbs', line 2843

def queue_ids
  @queue_ids
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2845
2846
2847
# File 'sig/types.rbs', line 2845

def unknown
  @unknown
end