Class: Aws::Snowball::Types::DependentService
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::DependentService
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
The name and version of the service dependant on the requested service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_name ⇒ String
The name of the dependent service.
-
#service_version ⇒ Types::ServiceVersion
The version of the dependent service.
Instance Attribute Details
#service_name ⇒ String
The name of the dependent service.
912 913 914 915 916 917 |
# File 'lib/aws-sdk-snowball/types.rb', line 912 class DependentService < Struct.new( :service_name, :service_version) SENSITIVE = [] include Aws::Structure end |
#service_version ⇒ Types::ServiceVersion
The version of the dependent service.
912 913 914 915 916 917 |
# File 'lib/aws-sdk-snowball/types.rb', line 912 class DependentService < Struct.new( :service_name, :service_version) SENSITIVE = [] include Aws::Structure end |