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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/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)


893
894
895
896
897
898
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 893

class DependentService < Struct.new(
  :service_name,
  :service_version)
  SENSITIVE = []
  include Aws::Structure
end

#service_versionTypes::ServiceVersion

The version of the dependent service.



893
894
895
896
897
898
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 893

class DependentService < Struct.new(
  :service_name,
  :service_version)
  SENSITIVE = []
  include Aws::Structure
end