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:

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


2275
2276
2277
# File 'sig/types.rbs', line 2275

def aggregate_types
  @aggregate_types
end

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


2272
2273
2274
# File 'sig/types.rbs', line 2272

def asset_id
  @asset_id
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def end_date
  @end_date
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end

#property_alias::String

Returns the value of attribute property_alias.

Returns:

  • (::String)


2274
2275
2276
# File 'sig/types.rbs', line 2274

def property_alias
  @property_alias
end

#property_id::String

Returns the value of attribute property_id.

Returns:

  • (::String)


2273
2274
2275
# File 'sig/types.rbs', line 2273

def property_id
  @property_id
end

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

Returns the value of attribute qualities.

Returns:

  • (::Array[("GOOD" | "BAD" | "UNCERTAIN")])


2277
2278
2279
# File 'sig/types.rbs', line 2277

def qualities
  @qualities
end

#resolution::String

Returns the value of attribute resolution.

Returns:

  • (::String)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def resolution
  @resolution
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


2278
2279
2280
# File 'sig/types.rbs', line 2278

def start_date
  @start_date
end

#time_ordering"ASCENDING", "DESCENDING"

Returns the value of attribute time_ordering.

Returns:

  • ("ASCENDING", "DESCENDING")


2280
2281
2282
# File 'sig/types.rbs', line 2280

def time_ordering
  @time_ordering
end