Class: Aws::Types::DeleteCustomMetadataRequest

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)


198
199
200
# File 'sig/types.rbs', line 198

def authentication_token
  @authentication_token
end

#delete_allBoolean

Returns the value of attribute delete_all.

Returns:

  • (Boolean)


202
203
204
# File 'sig/types.rbs', line 202

def delete_all
  @delete_all
end

#keys::Array[::String]

Returns the value of attribute keys.

Returns:

  • (::Array[::String])


201
202
203
# File 'sig/types.rbs', line 201

def keys
  @keys
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def resource_id
  @resource_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def version_id
  @version_id
end