Class: Aws::Snowball::Types::ServiceVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ServiceVersion
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
The version of the requested service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#version ⇒ String
The version number of the requested service.
Instance Attribute Details
#version ⇒ String
The version number of the requested service.
2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-snowball/types.rb', line 2352 class ServiceVersion < Struct.new( :version) SENSITIVE = [] include Aws::Structure end |