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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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.

Returns:

  • (String)


4517
4518
4519
4520
4521
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4517

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