Class: Aws::Greengrass::Types::GetResourceDefinitionVersionResponse

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

Overview

Information about a resource definition version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Arn of the resource definition version.

Returns:

  • (String)


2847
2848
2849
2850
2851
2852
2853
2854
2855
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2847

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

#creation_timestampString

The time, in milliseconds since the epoch, when the resource definition version was created.

Returns:

  • (String)


2847
2848
2849
2850
2851
2852
2853
2854
2855
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2847

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

#definitionTypes::ResourceDefinitionVersion

Information about the definition.



2847
2848
2849
2850
2851
2852
2853
2854
2855
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2847

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

#idString

The ID of the resource definition version.

Returns:

  • (String)


2847
2848
2849
2850
2851
2852
2853
2854
2855
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2847

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

#versionString

The version of the resource definition version.

Returns:

  • (String)


2847
2848
2849
2850
2851
2852
2853
2854
2855
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2847

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