Class: Aws::Types::BatchDeleteUniqueIdInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteUniqueIdInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_source ⇒ ::String
Returns the value of attribute input_source.
-
#unique_ids ⇒ ::Array[::String]
Returns the value of attribute unique_ids.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#input_source ⇒ ::String
Returns the value of attribute input_source.
35 36 37 |
# File 'sig/types.rbs', line 35 def input_source @input_source end |
#unique_ids ⇒ ::Array[::String]
Returns the value of attribute unique_ids.
36 37 38 |
# File 'sig/types.rbs', line 36 def unique_ids @unique_ids end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
34 35 36 |
# File 'sig/types.rbs', line 34 def workflow_name @workflow_name end |