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