Class: Aws::Types::PerformanceIssueDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis::String

Returns the value of attribute analysis.

Returns:

  • (::String)


3543
3544
3545
# File 'sig/types.rbs', line 3543

def analysis
  @analysis
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3541
3542
3543
# File 'sig/types.rbs', line 3541

def end_time
  @end_time
end

#metrics::Array[Types::Metric]

Returns the value of attribute metrics.

Returns:



3542
3543
3544
# File 'sig/types.rbs', line 3542

def metrics
  @metrics
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


3540
3541
3542
# File 'sig/types.rbs', line 3540

def start_time
  @start_time
end