Class: Aws::Greengrass::Types::GetCoreDefinitionRequest

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

#core_definition_idString

Returns:

  • (String)


2110
2111
2112
2113
2114
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2110

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