Class: Aws::RTBFabric::Types::ModuleConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::ModuleConfiguration
- 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
-
#depends_on ⇒ Array<String>
The dependencies of the module.
-
#module_parameters ⇒ Types::ModuleParameters
Describes the parameters of a module.
-
#name ⇒ String
The name of the module.
-
#version ⇒ String
The version of the module.
Instance Attribute Details
#depends_on ⇒ Array<String>
The dependencies of the module.
1783 1784 1785 1786 1787 1788 1789 1790 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1783 class ModuleConfiguration < Struct.new( :version, :name, :depends_on, :module_parameters) SENSITIVE = [] include Aws::Structure end |
#module_parameters ⇒ Types::ModuleParameters
Describes the parameters of a module.
1783 1784 1785 1786 1787 1788 1789 1790 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1783 class ModuleConfiguration < Struct.new( :version, :name, :depends_on, :module_parameters) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the module.
1783 1784 1785 1786 1787 1788 1789 1790 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1783 class ModuleConfiguration < Struct.new( :version, :name, :depends_on, :module_parameters) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the module.
1783 1784 1785 1786 1787 1788 1789 1790 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1783 class ModuleConfiguration < Struct.new( :version, :name, :depends_on, :module_parameters) SENSITIVE = [] include Aws::Structure end |