Class: Aws::Greengrass::Types::CreateFunctionDefinitionVersionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString



770
771
772
773
774
775
776
777
# File 'lib/aws-sdk-greengrass/types.rb', line 770

class CreateFunctionDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampString



770
771
772
773
774
775
776
777
# File 'lib/aws-sdk-greengrass/types.rb', line 770

class CreateFunctionDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#idString



770
771
772
773
774
775
776
777
# File 'lib/aws-sdk-greengrass/types.rb', line 770

class CreateFunctionDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString



770
771
772
773
774
775
776
777
# File 'lib/aws-sdk-greengrass/types.rb', line 770

class CreateFunctionDefinitionVersionResponse < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end