Class: Aws::Snowball::Types::ListServiceVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListServiceVersionsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dependent_services ⇒ Array<Types::DependentService>
A list of names and versions of dependant services of the requested service.
-
#max_results ⇒ Integer
The maximum number of ‘ListServiceVersions` objects to return.
-
#next_token ⇒ String
Because HTTP requests are stateless, this is the starting point for the next list of returned ‘ListServiceVersionsRequest` versions.
-
#service_name ⇒ String
The name of the service for which you’re requesting supported versions.
Instance Attribute Details
#dependent_services ⇒ Array<Types::DependentService>
A list of names and versions of dependant services of the requested service.
1994 1995 1996 1997 1998 1999 2000 2001 |
# File '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_results ⇒ Integer
The maximum number of ‘ListServiceVersions` objects to return.
1994 1995 1996 1997 1998 1999 2000 2001 |
# File '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_token ⇒ String
Because HTTP requests are stateless, this is the starting point for the next list of returned ‘ListServiceVersionsRequest` versions.
1994 1995 1996 1997 1998 1999 2000 2001 |
# File '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_name ⇒ String
The name of the service for which you’re requesting supported versions.
1994 1995 1996 1997 1998 1999 2000 2001 |
# File '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 |