Class: Aws::Greengrass::Types::GetFunctionDefinitionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetFunctionDefinitionVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Information about a function definition version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the function definition version.
-
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the function definition version was created.
-
#definition ⇒ Types::FunctionDefinitionVersion
Information on the definition.
-
#id ⇒ String
The ID of the function definition version.
-
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
-
#version ⇒ String
The version of the function definition version.
Instance Attribute Details
#arn ⇒ String
The ARN of the function definition version.
2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2470 class GetFunctionDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the function definition version was created.
2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2470 class GetFunctionDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::FunctionDefinitionVersion
Information on the definition.
2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2470 class GetFunctionDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the function definition version.
2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2470 class GetFunctionDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2470 class GetFunctionDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the function definition version.
2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2470 class GetFunctionDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |