Class: Aws::Types::CreateFleetMetricRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_field::String

Returns the value of attribute aggregation_field.



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.



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

def description
  @description
end

#index_name::String

Returns the value of attribute index_name.



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.



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

def metric_name
  @metric_name
end

#period::Integer

Returns the value of attribute period.



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

def period
  @period
end

#query_string::String

Returns the value of attribute query_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.



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.



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

def tags
  @tags
end

#unit"Seconds", ...

Returns the value of attribute unit.



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

def unit
  @unit
end