Class: Aws::Snowball::Types::ListServiceVersionsRequest

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 requested service.

Returns:



1994
1995
1996
1997
1998
1999
2000
2001
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1994

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

#max_resultsInteger

The maximum number of ListServiceVersions objects to return.

Returns:

  • (Integer)


1994
1995
1996
1997
1998
1999
2000
2001
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1994

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

#next_tokenString

Because HTTP requests are stateless, this is the starting point for the next list of returned ListServiceVersionsRequest versions.

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
2001
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1994

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

#service_nameString

The name of the service for which you're requesting supported versions.

Returns:

  • (String)


1994
1995
1996
1997
1998
1999
2000
2001
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1994

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