Class: Aws::RTBFabric::Types::ModuleConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb

Overview

Describes the configuration of a module.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#depends_onArray<String>

The dependencies of the module.

Returns:

  • (Array<String>)


2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2310

class ModuleConfiguration < Struct.new(
  :version,
  :name,
  :depends_on,
  :module_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#module_parametersTypes::ModuleParameters

Describes the parameters of a module.



2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2310

class ModuleConfiguration < Struct.new(
  :version,
  :name,
  :depends_on,
  :module_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the module.

Returns:

  • (String)


2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2310

class ModuleConfiguration < Struct.new(
  :version,
  :name,
  :depends_on,
  :module_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the module.

Returns:

  • (String)


2310
2311
2312
2313
2314
2315
2316
2317
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2310

class ModuleConfiguration < Struct.new(
  :version,
  :name,
  :depends_on,
  :module_parameters)
  SENSITIVE = []
  include Aws::Structure
end