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:



2024
2025
2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2024

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)


2024
2025
2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2024

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)


2024
2025
2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2024

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:



2024
2025
2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2024

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