Class: Aws::Types::DeleteProjectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def client_token
  @client_token
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def project_id
  @project_id
end