Class: Aws::Snowball::Types::ListServiceVersionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ListServiceVersionsResult
- 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 service for which the system provided supported versions.
-
#next_token ⇒ String
Because HTTP requests are stateless, this is the starting point of the next list of returned ‘ListServiceVersionsResult` results.
-
#service_name ⇒ String
The name of the service for which the system provided supported versions.
-
#service_versions ⇒ Array<Types::ServiceVersion>
A list of supported versions.
Instance Attribute Details
#dependent_services ⇒ Array<Types::DependentService>
A list of names and versions of dependant services of the service for which the system provided supported versions.
2024 2025 2026 2027 2028 2029 2030 2031 |
# File '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_token ⇒ String
Because HTTP requests are stateless, this is the starting point of the next list of returned ‘ListServiceVersionsResult` results.
2024 2025 2026 2027 2028 2029 2030 2031 |
# File '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_name ⇒ String
The name of the service for which the system provided supported versions.
2024 2025 2026 2027 2028 2029 2030 2031 |
# File '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_versions ⇒ Array<Types::ServiceVersion>
A list of supported versions.
2024 2025 2026 2027 2028 2029 2030 2031 |
# File '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 |