Class: Aws::Greengrass::Types::GetThingRuntimeConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_nameString

Returns:

  • (String)


2996
2997
2998
2999
3000
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2996

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