Class: Aws::Types::DeleteLabelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def authentication_token
  @authentication_token
end

#delete_allBoolean

Returns the value of attribute delete_all.

Returns:

  • (Boolean)


239
240
241
# File 'sig/types.rbs', line 239

def delete_all
  @delete_all
end

#labels::Array[::String]

Returns the value of attribute labels.

Returns:

  • (::Array[::String])


238
239
240
# File 'sig/types.rbs', line 238

def labels
  @labels
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def resource_id
  @resource_id
end