Class: Aws::Types::ProfilingStatus
- Inherits:
-
Object
- Object
- Aws::Types::ProfilingStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latest_agent_orchestrated_at ⇒ ::Time
Returns the value of attribute latest_agent_orchestrated_at.
-
#latest_agent_profile_reported_at ⇒ ::Time
Returns the value of attribute latest_agent_profile_reported_at.
-
#latest_aggregated_profile ⇒ Types::AggregatedProfileTime
Returns the value of attribute latest_aggregated_profile.
Instance Attribute Details
#latest_agent_orchestrated_at ⇒ ::Time
Returns the value of attribute latest_agent_orchestrated_at.
342 343 344 |
# File 'sig/types.rbs', line 342 def latest_agent_orchestrated_at @latest_agent_orchestrated_at end |
#latest_agent_profile_reported_at ⇒ ::Time
Returns the value of attribute latest_agent_profile_reported_at.
343 344 345 |
# File 'sig/types.rbs', line 343 def latest_agent_profile_reported_at @latest_agent_profile_reported_at end |
#latest_aggregated_profile ⇒ Types::AggregatedProfileTime
Returns the value of attribute latest_aggregated_profile.
344 345 346 |
# File 'sig/types.rbs', line 344 def latest_aggregated_profile @latest_aggregated_profile end |