Class: Aws::Types::CreateNetworkAclResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkAclResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#network_acl ⇒ Types::NetworkAcl
Returns the value of attribute network_acl.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2845 2846 2847 |
# File 'sig/types.rbs', line 2845 def client_token @client_token end |
#network_acl ⇒ Types::NetworkAcl
Returns the value of attribute network_acl.
2844 2845 2846 |
# File 'sig/types.rbs', line 2844 def network_acl @network_acl end |