Class: Aws::Types::DeleteFolderRequest

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)


230
231
232
# File 'sig/types.rbs', line 230

def authentication_token
  @authentication_token
end

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def folder_id
  @folder_id
end