Class: Aws::Types::CreateFleetMetricRequest

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)


910
911
912
# File 'sig/types.rbs', line 910

def aggregation_field
  @aggregation_field
end

#aggregation_typeTypes::AggregationType

Returns the value of attribute aggregation_type.



908
909
910
# File 'sig/types.rbs', line 908

def aggregation_type
  @aggregation_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def description
  @description
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def index_name
  @index_name
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def metric_name
  @metric_name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


909
910
911
# File 'sig/types.rbs', line 909

def period
  @period
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def query_version
  @query_version
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



915
916
917
# File 'sig/types.rbs', line 915

def tags
  @tags
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")


914
915
916
# File 'sig/types.rbs', line 914

def unit
  @unit
end