Class: Aws::Types::CreateNetworkResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#network_name ⇒ ::String
Returns the value of attribute network_name.
Instance Attribute Details
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
247 248 249 |
# File 'sig/types.rbs', line 247 def encryption_key_arn @encryption_key_arn end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def network_id @network_id end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
246 247 248 |
# File 'sig/types.rbs', line 246 def network_name @network_name end |