Class: Aws::Types::GetAssetPropertyAggregatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_types::Array[("AVERAGE" | "COUNT" | "MAXIMUM" | "MINIMUM" | "SUM" | "STANDARD_DEVIATION")]

Returns the value of attribute aggregate_types.

Returns:



2285
2286
2287
# File 'sig/types.rbs', line 2285

def aggregate_types
  @aggregate_types
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:



2282
2283
2284
# File 'sig/types.rbs', line 2282

def asset_id
  @asset_id
end

#end_date::Time

Returns the value of attribute end_date.

Returns:



2289
2290
2291
# File 'sig/types.rbs', line 2289

def end_date
  @end_date
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



2292
2293
2294
# File 'sig/types.rbs', line 2292

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



2291
2292
2293
# File 'sig/types.rbs', line 2291

def next_token
  @next_token
end

#property_alias::String

Returns the value of attribute property_alias.

Returns:



2284
2285
2286
# File 'sig/types.rbs', line 2284

def property_alias
  @property_alias
end

#property_id::String

Returns the value of attribute property_id.

Returns:



2283
2284
2285
# File 'sig/types.rbs', line 2283

def property_id
  @property_id
end

#qualities::Array[("GOOD" | "BAD" | "UNCERTAIN")]

Returns the value of attribute qualities.

Returns:



2287
2288
2289
# File 'sig/types.rbs', line 2287

def qualities
  @qualities
end

#resolution::String

Returns the value of attribute resolution.

Returns:



2286
2287
2288
# File 'sig/types.rbs', line 2286

def resolution
  @resolution
end

#start_date::Time

Returns the value of attribute start_date.

Returns:



2288
2289
2290
# File 'sig/types.rbs', line 2288

def start_date
  @start_date
end

#time_ordering"ASCENDING", "DESCENDING"

Returns the value of attribute time_ordering.

Returns:



2290
2291
2292
# File 'sig/types.rbs', line 2290

def time_ordering
  @time_ordering
end