Class: Aws::Types::CreateContainerInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateContainerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def container_name @container_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
47 48 49 |
# File 'sig/types.rbs', line 47 def @tags end |