Class: Aws::Types::StartSessionsStatisticsAggregationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


2860
2861
2862
# File 'sig/types.rbs', line 2860

def end_time
  @end_time
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


2857
2858
2859
# File 'sig/types.rbs', line 2857

def farm_id
  @farm_id
end

#group_by::Array[("QUEUE_ID" | "FLEET_ID" | "JOB_ID" | "USER_ID" | "USAGE_TYPE" | "INSTANCE_TYPE" | "LICENSE_PRODUCT")]

Returns the value of attribute group_by.

Returns:

  • (::Array[("QUEUE_ID" | "FLEET_ID" | "JOB_ID" | "USER_ID" | "USAGE_TYPE" | "INSTANCE_TYPE" | "LICENSE_PRODUCT")])


2863
2864
2865
# File 'sig/types.rbs', line 2863

def group_by
  @group_by
end

#period"HOURLY", ...

Returns the value of attribute period.

Returns:

  • ("HOURLY", "DAILY", "WEEKLY", "MONTHLY")


2862
2863
2864
# File 'sig/types.rbs', line 2862

def period
  @period
end

#resource_idsTypes::SessionsStatisticsResources

Returns the value of attribute resource_ids.



2858
2859
2860
# File 'sig/types.rbs', line 2858

def resource_ids
  @resource_ids
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2859
2860
2861
# File 'sig/types.rbs', line 2859

def start_time
  @start_time
end

#statistics::Array[("SUM" | "MIN" | "MAX" | "AVG")]

Returns the value of attribute statistics.

Returns:

  • (::Array[("SUM" | "MIN" | "MAX" | "AVG")])


2864
2865
2866
# File 'sig/types.rbs', line 2864

def statistics
  @statistics
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


2861
2862
2863
# File 'sig/types.rbs', line 2861

def timezone
  @timezone
end