Class: Aws::Types::ModelBiasAppSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ModelBiasAppSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_uri ⇒ ::String
Returns the value of attribute config_uri.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
Instance Attribute Details
#config_uri ⇒ ::String
Returns the value of attribute config_uri.
8851 8852 8853 |
# File 'sig/types.rbs', line 8851 def config_uri @config_uri end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
8852 8853 8854 |
# File 'sig/types.rbs', line 8852 def environment @environment end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
8850 8851 8852 |
# File 'sig/types.rbs', line 8850 def image_uri @image_uri end |