Class: Aws::Panorama::Types::ReportedRuntimeContextState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

An application instance's state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#desired_stateString

The application's desired state.

Returns:

  • (String)


2615
2616
2617
2618
2619
2620
2621
2622
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2615

class ReportedRuntimeContextState < Struct.new(
  :desired_state,
  :device_reported_status,
  :device_reported_time,
  :runtime_context_name)
  SENSITIVE = []
  include Aws::Structure
end

#device_reported_statusString

The application's reported status.

Returns:

  • (String)


2615
2616
2617
2618
2619
2620
2621
2622
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2615

class ReportedRuntimeContextState < Struct.new(
  :desired_state,
  :device_reported_status,
  :device_reported_time,
  :runtime_context_name)
  SENSITIVE = []
  include Aws::Structure
end

#device_reported_timeTime

When the device reported the application's state.

Returns:

  • (Time)


2615
2616
2617
2618
2619
2620
2621
2622
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2615

class ReportedRuntimeContextState < Struct.new(
  :desired_state,
  :device_reported_status,
  :device_reported_time,
  :runtime_context_name)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_context_nameString

The device's name.

Returns:

  • (String)


2615
2616
2617
2618
2619
2620
2621
2622
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2615

class ReportedRuntimeContextState < Struct.new(
  :desired_state,
  :device_reported_status,
  :device_reported_time,
  :runtime_context_name)
  SENSITIVE = []
  include Aws::Structure
end