Class: Aws::Snowball::Types::ListServiceVersionsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dependent_servicesArray<Types::DependentService>

A list of names and versions of dependant services of the service for which the system provided supported versions.

Returns:



1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1949

class ListServiceVersionsResult < Struct.new(
  :service_versions,
  :service_name,
  :dependent_services,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Because HTTP requests are stateless, this is the starting point of the next list of returned ListServiceVersionsResult results.

Returns:

  • (String)


1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1949

class ListServiceVersionsResult < Struct.new(
  :service_versions,
  :service_name,
  :dependent_services,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service for which the system provided supported versions.

Returns:

  • (String)


1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1949

class ListServiceVersionsResult < Struct.new(
  :service_versions,
  :service_name,
  :dependent_services,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_versionsArray<Types::ServiceVersion>

A list of supported versions.

Returns:



1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1949

class ListServiceVersionsResult < Struct.new(
  :service_versions,
  :service_name,
  :dependent_services,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end