Class: Aws::Types::CreateSolNetworkInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSolNetworkInstanceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ns_description ⇒ ::String
Returns the value of attribute ns_description.
-
#ns_name ⇒ ::String
Returns the value of attribute ns_name.
-
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#ns_description ⇒ ::String
Returns the value of attribute ns_description.
37 38 39 |
# File 'sig/types.rbs', line 37 def ns_description @ns_description end |
#ns_name ⇒ ::String
Returns the value of attribute ns_name.
38 39 40 |
# File 'sig/types.rbs', line 38 def ns_name @ns_name end |
#nsd_info_id ⇒ ::String
Returns the value of attribute nsd_info_id.
39 40 41 |
# File 'sig/types.rbs', line 39 def nsd_info_id @nsd_info_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
40 41 42 |
# File 'sig/types.rbs', line 40 def end |