Class: Aws::Types::UpdateNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
914 915 916 |
# File 'sig/types.rbs', line 914 def client_token @client_token end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
915 916 917 |
# File 'sig/types.rbs', line 915 def encryption_key_arn @encryption_key_arn end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
912 913 914 |
# File 'sig/types.rbs', line 912 def network_id @network_id end |
#network_name ⇒ ::String
Returns the value of attribute network_name.
913 914 915 |
# File 'sig/types.rbs', line 913 def network_name @network_name end |