Class: Aws::Types::DescribeFleetMetricResponse

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)


1821
1822
1823
# File 'sig/types.rbs', line 1821

def aggregation_field
  @aggregation_field
end

#aggregation_typeTypes::AggregationType

Returns the value of attribute aggregation_type.



1819
1820
1821
# File 'sig/types.rbs', line 1819

def aggregation_type
  @aggregation_type
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def description
  @description
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def index_name
  @index_name
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def last_modified_date
  @last_modified_date
end

#metric_arn::String

Returns the value of attribute metric_arn.

Returns:

  • (::String)


1829
1830
1831
# File 'sig/types.rbs', line 1829

def metric_arn
  @metric_arn
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def metric_name
  @metric_name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1820
1821
1822
# File 'sig/types.rbs', line 1820

def period
  @period
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

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")


1827
1828
1829
# File 'sig/types.rbs', line 1827

def unit
  @unit
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1828
1829
1830
# File 'sig/types.rbs', line 1828

def version
  @version
end