Class: Aws::Types::CreateAllowListRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAllowListRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#criteria ⇒ Types::AllowListCriteria
Returns the value of attribute criteria.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
324 325 326 |
# File 'sig/types.rbs', line 324 def client_token @client_token end |
#criteria ⇒ Types::AllowListCriteria
Returns the value of attribute criteria.
325 326 327 |
# File 'sig/types.rbs', line 325 def criteria @criteria end |
#description ⇒ ::String
Returns the value of attribute description.
326 327 328 |
# File 'sig/types.rbs', line 326 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
327 328 329 |
# File 'sig/types.rbs', line 327 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
328 329 330 |
# File 'sig/types.rbs', line 328 def @tags end |