Module: Aws::Tnb::Client::_CreateSolNetworkInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSolNetworkInstanceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #ns_instance_name ⇒ ::String
- #nsd_info_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
104 |
# File 'sig/client.rbs', line 104
def arn: () -> ::String
|
#id ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def id: () -> ::String
|
#ns_instance_name ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def ns_instance_name: () -> ::String
|
#nsd_info_id ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def nsd_info_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
108 |
# File 'sig/client.rbs', line 108
def tags: () -> ::Hash[::String, ::String]
|