Method: Aws::Greengrass::Types::CreateFunctionDefinitionVersionResponse#version
- Defined in:
- lib/aws-sdk-greengrass/types.rb
#version ⇒ String
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 |