Class: Aws::Types::DeploymentParameters
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamic_extension_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute dynamic_extension_parameters.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#dynamic_extension_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute dynamic_extension_parameters.
318 319 320 |
# File 'sig/types.rbs', line 318 def dynamic_extension_parameters @dynamic_extension_parameters end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
319 320 321 |
# File 'sig/types.rbs', line 319 def @tags end |