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.
3007 3008 3009 |
# File 'sig/types.rbs', line 3007 def client_token @client_token end |
#network_acl ⇒ Types::NetworkAcl
Returns the value of attribute network_acl.
3006 3007 3008 |
# File 'sig/types.rbs', line 3006 def network_acl @network_acl end |