Class: Aws::DataSync::Types::Platform

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

Overview

The platform-related details about the DataSync agent, such as the version number.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#versionString

The version of the DataSync agent.

Beginning December 7, 2023, we will discontinue version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, [replace] those agents before then to avoid data transfer or storage discovery disruptions. If you need more help, contact [Amazon Web Services Support].

[1]: docs.aws.amazon.com/datasync/latest/userguide/replacing-agent.html [2]: aws.amazon.com/contact-us/

Returns:

  • (String)


4414
4415
4416
4417
4418
# File 'lib/aws-sdk-datasync/types.rb', line 4414

class Platform < Struct.new(
  :version)
  SENSITIVE = []
  include Aws::Structure
end