Class: Aws::Greengrass::Types::GetThingRuntimeConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrass/types.rb

Overview

The runtime configuration for a thing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#runtime_configurationTypes::RuntimeConfiguration

Runtime configuration for a thing.



3010
3011
3012
3013
3014
# File 'lib/aws-sdk-greengrass/types.rb', line 3010

class GetThingRuntimeConfigurationResponse < Struct.new(
  :runtime_configuration)
  SENSITIVE = []
  include Aws::Structure
end