Class: Aws::Snowball::Types::ServiceVersion

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

Overview

The version of the requested service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#versionString

The version number of the requested service.

Returns:

  • (String)


2352
2353
2354
2355
2356
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2352

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