Class: Aws::Types::BatchDeleteUniqueIdInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_source::String

Returns the value of attribute input_source.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def workflow_name
  @workflow_name
end