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

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

#arnString

Returns:

  • (String)


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

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

#creation_timestampString

Returns:

  • (String)


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

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

#idString

Returns:

  • (String)


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

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

#versionString

Returns:

  • (String)


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

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