Class: Aws::Types::GetResourceMetricsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


176
177
178
# File 'sig/types.rbs', line 176

def end_time
  @end_time
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def identifier
  @identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


178
179
180
# File 'sig/types.rbs', line 178

def max_results
  @max_results
end

#metric_queries::Array[Types::MetricQuery]

Returns the value of attribute metric_queries.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def metric_queries
  @metric_queries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def next_token
  @next_token
end

#period_alignment"END_TIME", "START_TIME"

Returns the value of attribute period_alignment.

Returns:

  • ("END_TIME", "START_TIME")


180
181
182
# File 'sig/types.rbs', line 180

def period_alignment
  @period_alignment
end

#period_in_seconds::Integer

Returns the value of attribute period_in_seconds.

Returns:

  • (::Integer)


177
178
179
# File 'sig/types.rbs', line 177

def period_in_seconds
  @period_in_seconds
end

#service_type"RDS", "DOCDB"

Returns the value of attribute service_type.

Returns:

  • ("RDS", "DOCDB")


172
173
174
# File 'sig/types.rbs', line 172

def service_type
  @service_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


175
176
177
# File 'sig/types.rbs', line 175

def start_time
  @start_time
end