Class: Aws::Snowball::Types::DependentService

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#service_nameString

The name of the dependent service.

Returns:

  • (String)


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_versionTypes::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