Class: Aws::ElasticsearchService::Types::PackageVersionHistory

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Details of a package version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_messageString

A message associated with the version.

Returns:

  • (String)


3360
3361
3362
3363
3364
3365
3366
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3360

class PackageVersionHistory < Struct.new(
  :package_version,
  :commit_message,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Timestamp which tells creation time of the package version.

Returns:

  • (Time)


3360
3361
3362
3363
3364
3365
3366
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3360

class PackageVersionHistory < Struct.new(
  :package_version,
  :commit_message,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#package_versionString

Version of the package.

Returns:

  • (String)


3360
3361
3362
3363
3364
3365
3366
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3360

class PackageVersionHistory < Struct.new(
  :package_version,
  :commit_message,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end