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>)


1582
1583
1584
1585
1586
1587
1588
1589
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1582

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

#module_parametersTypes::ModuleParameters

Describes the parameters of a module.



1582
1583
1584
1585
1586
1587
1588
1589
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1582

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

#nameString

The name of the module.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1582

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

#versionString

The version of the module.

Returns:

  • (String)


1582
1583
1584
1585
1586
1587
1588
1589
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1582

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