Class: Aws::Greengrass::Types::DefinitionInformation

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

Overview

Information about a definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the definition.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1346

class DefinitionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampString

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

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1346

class DefinitionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the definition.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1346

class DefinitionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampString

The time, in milliseconds since the epoch, when the definition was last updated.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1346

class DefinitionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#latest_versionString

The ID of the latest version associated with the definition.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1346

class DefinitionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_arnString

The ARN of the latest version associated with the definition.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1346

class DefinitionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the definition.

Returns:

  • (String)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1346

class DefinitionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tag(s) attached to the resource arn.

Returns:

  • (Hash<String,String>)


1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1346

class DefinitionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :last_updated_timestamp,
  :latest_version,
  :latest_version_arn,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end