Class: Aws::Types::BatchCreateVariableRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateVariableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#variable_entries ⇒ ::Array[Types::VariableEntry]
Returns the value of attribute variable_entries.
Instance Attribute Details
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
72 73 74 |
# File 'sig/types.rbs', line 72 def @tags end |
#variable_entries ⇒ ::Array[Types::VariableEntry]
Returns the value of attribute variable_entries.
71 72 73 |
# File 'sig/types.rbs', line 71 def variable_entries @variable_entries end |