Class: Aws::Types::UpdateFleetMetricRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_field::String

Returns the value of attribute aggregation_field.

Returns:

  • (::String)


5195
5196
5197
# File 'sig/types.rbs', line 5195

def aggregation_field
  @aggregation_field
end

#aggregation_typeTypes::AggregationType

Returns the value of attribute aggregation_type.



5193
5194
5195
# File 'sig/types.rbs', line 5193

def aggregation_type
  @aggregation_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5196
5197
5198
# File 'sig/types.rbs', line 5196

def description
  @description
end

#expected_version::Integer

Returns the value of attribute expected_version.

Returns:

  • (::Integer)


5200
5201
5202
# File 'sig/types.rbs', line 5200

def expected_version
  @expected_version
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


5198
5199
5200
# File 'sig/types.rbs', line 5198

def index_name
  @index_name
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


5191
5192
5193
# File 'sig/types.rbs', line 5191

def metric_name
  @metric_name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


5194
5195
5196
# File 'sig/types.rbs', line 5194

def period
  @period
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


5192
5193
5194
# File 'sig/types.rbs', line 5192

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


5197
5198
5199
# File 'sig/types.rbs', line 5197

def query_version
  @query_version
end

#unit"Seconds", ...

Returns the value of attribute unit.

Returns:

  • ("Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None")


5199
5200
5201
# File 'sig/types.rbs', line 5199

def unit
  @unit
end